From f25af1f6bcebbea2add5be82e1314755dbd1649b Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Wed, 5 Jul 2023 13:31:35 +0300 Subject: [PATCH 1/2] Redirect MSAL Python overview page --- .openpublishing.redirection.msal-python-conceptual.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .openpublishing.redirection.msal-python-conceptual.json diff --git a/.openpublishing.redirection.msal-python-conceptual.json b/.openpublishing.redirection.msal-python-conceptual.json new file mode 100644 index 0000000..9e431e4 --- /dev/null +++ b/.openpublishing.redirection.msal-python-conceptual.json @@ -0,0 +1,9 @@ +{ + "redirections": [ + { + "source_path_from_root": "msal-python-conceptual/overview-msal", + "redirect_url": "msal-python-conceptual/index.md", + "redirect_document_id": true + } + ] +} \ No newline at end of file From 12b29b6df0b34c71213d4e38ab3c3149fe64b749 Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:17:39 +0300 Subject: [PATCH 2/2] update redirect syntax --- .openpublishing.redirection.msal-python-conceptual.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.openpublishing.redirection.msal-python-conceptual.json b/.openpublishing.redirection.msal-python-conceptual.json index 9e431e4..5e5c21f 100644 --- a/.openpublishing.redirection.msal-python-conceptual.json +++ b/.openpublishing.redirection.msal-python-conceptual.json @@ -1,8 +1,8 @@ { "redirections": [ { - "source_path_from_root": "msal-python-conceptual/overview-msal", - "redirect_url": "msal-python-conceptual/index.md", + "source_path_from_root": "/msal-python-conceptual/overview-msal", + "redirect_url": "/msal-python-conceptual/index", "redirect_document_id": true } ]