From e689f6e58202f0520c183100872d4f49b0a8f14a Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 29 Nov 2023 14:13:15 +0100 Subject: [PATCH] docs: broken links to ISO 80000 fixed --- docs/users_guide/framework_basics/design_overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/users_guide/framework_basics/design_overview.md b/docs/users_guide/framework_basics/design_overview.md index 4dec871c..577710f4 100644 --- a/docs/users_guide/framework_basics/design_overview.md +++ b/docs/users_guide/framework_basics/design_overview.md @@ -116,7 +116,7 @@ results in the `derived_dimension>` type. ## Quantity character -[ISO 80000](../appendix/references.md#ISO80000) explicitly states that quantities (even of the same kind) may have +[ISO 80000](../../appendix/references.md#ISO80000) explicitly states that quantities (even of the same kind) may have different [characters](../../appendix/glossary.md#character): - scalar, @@ -138,7 +138,7 @@ enum class quantity_character { scalar, vector, tensor }; ## Quantity specification [Dimension is not enough to describe a quantity](systems_of_quantities.md#dimension-is-not-enough-to-describe-a-quantity). -This is why the [ISO 80000](../appendix/references.md#ISO80000) provides hundreds of named quantity +This is why the [ISO 80000](../../appendix/references.md#ISO80000) provides hundreds of named quantity types. It turns out that there are many more quantity types in the [ISQ](../../appendix/glossary.md#isq) than the named units in the [SI](../../appendix/glossary.md#si). @@ -154,7 +154,7 @@ This is why the **mp-units** library introduces a quantity specification entity We know that it might be sometimes confusing to talk about quantities, quantity types/names, and quantity specifications. However, it might be important to notice here that even the - [ISO 80000](../appendix/references.md#ISO80000) admits that: + [ISO 80000](../../appendix/references.md#ISO80000) admits that: > It is customary to use the same term, "quantity", to refer to both general quantities, such as length, > mass, etc., and their instances, such as given lengths, given masses, etc. Accordingly, we are used to