Skip to content

Commit 215e5c1

Browse files
Fix reference to list of constants in the README (#52)
Created a link to the full list of physical constants in the documentation since it doesn't seem to be part of the README anymore. [skip ci] --------- Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
1 parent d25886b commit 215e5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Reference = CODATA 2022
6060

6161
`SpeedOfLightInVacuum` and `NewtonianConstantOfGravitation` are two of the
6262
`PhysicalConstant`s defined in the `PhysicalConstants.CODATA2022` module, the
63-
full list of available constants is given below.
63+
[full list of available constants](https://juliaphysics.github.io/PhysicalConstants.jl/stable/constants/) is given in the documentation.
6464

6565
`PhysicalConstant`s can be readily used in mathematical operations, using by
6666
default their `Float64` value:

0 commit comments

Comments
 (0)