From 5dd8171fb3d226eaef52faa821286cf79d0f8a2a Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 22 Aug 2021 17:16:47 +0200 Subject: docs: Use a custom hotdoc extension for links to RefMan --- docs/refman/templates/dummy.mustache | 2 +- docs/refman/templates/root.functions.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/refman/templates') 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}} -- cgit v1.2.3