From 85de82c28b4c93037cc78b7a7cf56ab071de7eb0 Mon Sep 17 00:00:00 2001 From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com> Date: Wed, 3 Nov 2021 13:14:38 +0100 Subject: [PATCH] Fix to Edit link Missed a trailing slash --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a465b382..3fd76bdc 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,7 @@ home = [ "HTML", "RSS", "JSON"] # It is redirecting to the landing page of the current language if specified. (Default is "/") disableLandingPageButton = true # Enable GitHub editing - editURL = "https://github.com/BC-Design-Patterns/AL-Dev-Help/edit/main/content" + editURL = "https://github.com/BC-Design-Patterns/AL-Dev-Help/edit/main/content/" # This controls whether submenus will be expanded (true), or collapsed (false) in the # menu; if no setting is given, the first menu level is set to false, all others to true; # this can be overridden in the pages frontmatter