From 9170c50f4615a14d4b5e722ba8be354efdc75048 Mon Sep 17 00:00:00 2001 From: John ZuHone Date: Mon, 21 Aug 2023 20:43:52 -0500 Subject: [PATCH] Fix section link --- content/40.units_and_quantities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/40.units_and_quantities.md b/content/40.units_and_quantities.md index 119c9e3e..e769ecc7 100644 --- a/content/40.units_and_quantities.md +++ b/content/40.units_and_quantities.md @@ -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