Updating URL to work in new repo (yay!)

This commit is contained in:
Jeremy Vyska 2021-11-04 22:28:06 +01:00
parent d93e2b9166
commit b300488e00

View file

@ -1,4 +1,4 @@
baseURL = 'https://bc-design-patterns.github.io/AL-Dev-Help/' baseURL = 'https://microsoft.github.io/bcalhelp/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'BC AL Help' 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 "/") # It is redirecting to the landing page of the current language if specified. (Default is "/")
disableLandingPageButton = true disableLandingPageButton = true
# Enable GitHub editing # 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 # 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; # 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 # this can be overridden in the pages frontmatter
@ -26,7 +26,7 @@ home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]] [[menu.shortcuts]]
name = "<i class='fab fa-github'></i> GitHub repo" name = "<i class='fab fa-github'></i> GitHub repo"
identifier = "gh" identifier = "gh"
url = "https://github.com/BC-Design-Patterns/AL-Dev-Help" url = "https://github.com/microsoft/bcalhelp"
weight = 10 weight = 10
[[menu.shortcuts]] [[menu.shortcuts]]