Skip to content

Commit

Permalink
docs: add missing slash in redirect (#21881)
Browse files Browse the repository at this point in the history
missing slash
  • Loading branch information
boruszak authored Oct 29, 2024
1 parent 31aae80 commit 6351a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module.exports = [
permanent: true,
},
{
source: 'consul/docs/architecture/v2/:slug*',
source: '/consul/docs/architecture/v2/:slug*',
destination: '/consul/docs/architecture/catalog#v2-catalog',
permanent: true,
},
Expand Down

0 comments on commit 6351a82

Please sign in to comment.