summaryrefslogtreecommitdiff
path: root/docs/src/reference/styling.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-19 11:04:20 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-19 11:04:20 +0200
commit56a96881a54dd3784e0db22e36130eddf4e19a02 (patch)
tree4a1a78c35663a81a77406e5b21f0b8d423e98130 /docs/src/reference/styling.md
parent551ea99d05166b0be50792f767ddd38b996e32fa (diff)
Doc links for function scopes
Diffstat (limited to 'docs/src/reference/styling.md')
-rw-r--r--docs/src/reference/styling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/reference/styling.md b/docs/src/reference/styling.md
index d088d61d..85095e34 100644
--- a/docs/src/reference/styling.md
+++ b/docs/src/reference/styling.md
@@ -17,7 +17,7 @@ as a [function call]($type/function) to an
keyword (or `[#set]` in markup). Only optional parameters of that function can
be provided to the set rule. Refer to each function's documentation to see which
parameters are optional. In the example below, we use two set rules to change
-the [font family]($func/text.family) and
+the [font family]($func/text.font) and
[heading numbering]($func/heading.numbering).
```example