From 4bdec0bb3a47228436cd542b1714a2bff335616f Mon Sep 17 00:00:00 2001 From: Olga Matoula <olgamatoula@gmail.com> Date: Tue, 6 Sep 2022 19:37:25 +0100 Subject: [PATCH] docs: fix broken link (custom footer) (#951) --- docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index 616b3c7c..7ef02955 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -139,7 +139,7 @@ The following includes were made available to you: `_includes/footer_custom.html` -This content appears at the bottom of every page's main content. More info for this include can be found in the [Configuration - Footer content]({% link docs/configuration.md %}#footer-content). +This content appears at the bottom of every page's main content. More info for this include can be found in the [Configuration - Footer content]({{ site.baseurl }}{% link docs/configuration.md %}#footer-content). ### Custom Head -- GitLab