diff options
Diffstat (limited to 'docs/refman/templates')
| -rw-r--r-- | docs/refman/templates/dummy.mustache | 2 | ||||
| -rw-r--r-- | docs/refman/templates/root.functions.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/refman/templates/dummy.mustache b/docs/refman/templates/dummy.mustache index b6dc35202..ddb090e44 100644 --- a/docs/refman/templates/dummy.mustache +++ b/docs/refman/templates/dummy.mustache @@ -4,5 +4,5 @@ render-subpages: true ... # {{name}} -See the [root manual document]([[!root]]) for +See the [root manual document]({{root}}) for a general overview. diff --git a/docs/refman/templates/root.functions.mustache b/docs/refman/templates/root.functions.mustache index aa0230db2..33fba5952 100644 --- a/docs/refman/templates/root.functions.mustache +++ b/docs/refman/templates/root.functions.mustache @@ -6,7 +6,7 @@ render-subpages: false # Functions This document lists all functions available in `meson.build` files. -See the [root manual document]([[!root]]) for +See the [root manual document]({{root}}) for an overview of all features. {{#functions}} |
