Skip to content

Commit

Permalink
[chore] Add redirect for waypoint/commands/:slug (#2447)
Browse files Browse the repository at this point in the history
Add redirect for waypoint/commands/:slug
  • Loading branch information
heatlikeheatwave committed May 15, 2024
1 parent ea434fc commit ff9f754
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-libs/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ async function buildDevPortalRedirects() {
'https://github.com/hashicorp/waypoint/tree/main/website/content/commands',
permanent: true,
},
{
source: '/waypoint/commands/:slug',
destination:
'https://github.com/hashicorp/waypoint/tree/main/website/content/commands',
permanent: true,
},
{
source: '/waypoint/integrations',
destination: '/waypoint',
Expand Down

0 comments on commit ff9f754

Please sign in to comment.