From 7c44c9ca148144f4c3e74afd52401988fe904621 Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 27 Feb 2020 14:38:46 +0100 Subject: [PATCH] Use absolute permalinks Relative links don't work as expected --- documentation-generator/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation-generator/template.html b/documentation-generator/template.html index 6b83713b..a79fb2e0 100644 --- a/documentation-generator/template.html +++ b/documentation-generator/template.html @@ -1,5 +1,5 @@ --- -permalink: $branch$ +permalink: /beta/$branch$ ---