From 9370c61022a918c4efabda78ecab7cf6298dad37 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 10 Jul 2023 12:34:46 +0200 Subject: [PATCH] docs: proper link to "Dimensionless Quantities" chapter added in FAQ --- docs/getting_started/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting_started/faq.md b/docs/getting_started/faq.md index 4ce411a7..157bc711 100644 --- a/docs/getting_started/faq.md +++ b/docs/getting_started/faq.md @@ -158,7 +158,8 @@ all the properties of scaled units and is consistent with the rest of the librar !!! info - More information on the current design can be found in the Dimensionless Quantities chapter. + More information on the current design can be found in + [the Dimensionless Quantities chapter](../../users_guide/framework_basics/dimensionless_quantities). ## Why Unicode quantity symbols are used by default instead of ASCII-only characters?