Fix links to snippets and types.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 19:41:54 +00:00
parent 175f6b65cb
commit d7049c89a0
14 changed files with 20 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ If there are more columns in the grid than scalars specified in `grid-columns`,
Scalar units can be mixed.
--8<-- "docs/snippets/scalar_syntax.md"
--8<-- "docs/snippets/type_syntax/scalar.md"
## Example

View File

@@ -19,7 +19,7 @@ grid-gutter: <SCALAR> [<SCALAR>];
If only one scalar is supplied, it sets the horizontal and vertical gutter.
If two scalars are supplied, they set the vertical and horizontal gutters, respectively.
--8<-- "docs/snippets/scalar_syntax.md"
--8<-- "docs/snippets/type_syntax/scalar.md"
## Example

View File

@@ -16,7 +16,7 @@ If there are more rows in the grid than scalars specified in `grid-rows`, they a
Scalar units can be mixed.
--8<-- "docs/snippets/scalar_syntax.md"
--8<-- "docs/snippets/type_syntax/scalar.md"
## Example