Skip to content

Commit

Permalink
Fix section link
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Aug 22, 2023
1 parent b0ae2f2 commit 9170c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/40.units_and_quantities.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ the same dimension. Creating a new array or quantity from an existing one can be

Conversions to other unit systems can also be achieved with the methods `in_cgs` for Gaussian CGS
units, `in_mks` for SI units, and the more general `in_base` for conversion to any valid unit
system (see ).
system (see [Unit systems](#sec:unit-systems)).

```python
>>> import unyt as u
Expand Down

0 comments on commit 9170c50

Please sign in to comment.