Skip to content

Commit

Permalink
chore: remove PCG section in Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Mar 18, 2024
1 parent 48b4ed6 commit a7afad4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ const redirects = [
from: ["/security/security-bulletins/", "/security-bulletins/cve-reports", "/security/security-bulletins/index"],
to: "/security-bulletins/",
},
{
from: "/clusters/public-cloud/azure/gateways",
to: "/clusters/pcg/",
},
];

module.exports = redirects;

0 comments on commit a7afad4

Please sign in to comment.