Skip to content

Commit

Permalink
fix: added redirects for broken links (#253)
Browse files Browse the repository at this point in the history
* added redirect for broken azure storage link

* added api management preview redirect

Co-authored-by: Pim Simons <[email protected]>
  • Loading branch information
pim-simons and pim-simons authored Dec 22, 2021
1 parent 59946d0 commit 728a7bc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand 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]
Expand Down

0 comments on commit 728a7bc

Please sign in to comment.