From b300488e00af68c6e81487649feb2f333f9bb032 Mon Sep 17 00:00:00 2001 From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com> Date: Thu, 4 Nov 2021 22:28:06 +0100 Subject: [PATCH] Updating URL to work in new repo (yay!) --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 3fd76bdc..04be57a8 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://bc-design-patterns.github.io/AL-Dev-Help/' +baseURL = 'https://microsoft.github.io/bcalhelp/' languageCode = 'en-us' title = 'BC AL Help' @@ -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/microsoft/bcalhelp/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 @@ -26,7 +26,7 @@ home = [ "HTML", "RSS", "JSON"] [[menu.shortcuts]] name = " GitHub repo" identifier = "gh" -url = "https://github.com/BC-Design-Patterns/AL-Dev-Help" +url = "https://github.com/microsoft/bcalhelp" weight = 10 [[menu.shortcuts]]