From 728a7bc8c34d26bce831e0c3d84918bba4e446cb Mon Sep 17 00:00:00 2001 From: Pim Simons <32359437+pim-simons@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:14:11 +0100 Subject: [PATCH] fix: added redirects for broken links (#253) * added redirect for broken azure storage link * added api management preview redirect Co-authored-by: Pim Simons --- netlify.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/netlify.toml b/netlify.toml index 1590c465..4ade957a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -39,6 +39,14 @@ ID = "52a5e73a-fd4e-4d18-8321-5334c5de88c9" from = "/:version/features/powershell/azure-storage-table" to = "/:version/features/powershell/azure-storage/azure-storage-table" +[[redirects]] + from = "/:version/features/powershell/azure-storage" + to = "/:version/features/powershell/azure-storage/azure-storage-table" + +[[redirects]] +from = "/:version/preview/features/powershell/azure-api-management" +to = "/:version/features/powershell/azure-api-management" + [[redirects]] from = "/features/powershell/azure-storage-all" to = "/features/powershell/azure-storage/azure-storage-all" @@ -54,6 +62,14 @@ ID = "52a5e73a-fd4e-4d18-8321-5334c5de88c9" [[redirects]] from = "/features/powershell/azure-storage-table" to = "/features/powershell/azure-storage/azure-storage-table" + +[[redirects]] +from = "/features/powershell/azure-storage" +to = "/features/powershell/azure-storage/azure-storage-table" + +[[redirects]] +from = "/preview/features/powershell/azure-api-management" +to = "/features/powershell/azure-api-management" # Production context: all deploys from the Production branch set in your site's # deploy settings will inherit these settings. # [context.production]