summaryrefslogtreecommitdiff
path: root/docs/src/reference/styling.md
diff options
context:
space:
mode:
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