From b56799e5d4e1a3195b3b54993004d3d603d6f368 Mon Sep 17 00:00:00 2001 From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com> Date: Thu, 11 Nov 2021 08:50:21 +0100 Subject: [PATCH] Update to Repo name --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 29400f3f..6d2a42b4 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/microsoft/bcalhelp/edit/main/content/" + editURL = "https://github.com/microsoft/alguidelines/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/microsoft/bcalhelp" +url = "https://github.com/microsoft/alguidelines" weight = 10 [[menu.shortcuts]]