Skip to content

Commit

Permalink
fix: guides redirect
Browse files Browse the repository at this point in the history
Signed-off-by: Russ Savage <[email protected]>
  • Loading branch information
russorat committed Oct 1, 2024
1 parent 317c4fa commit e840f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scripts/fix-redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const redirects = [
[ fromIncludes(`/docs/secure-tunnels/tunnels/ssh-reverse-tunnel-agent`), `/docs/agent/ssh-reverse-tunnel-agent` ],

// /docs/guides/how-to-set-up-a-custom-domain/ -> /docs/guides/other-guides/how-to-set-up-a-custom-domain
[ fromIncludes(`/docs/guides/how-to-set-up-a-custom-domain/`), `docs/guides/other-guides/how-to-set-up-a-custom-domain/` ],
[ fromIncludes(`/docs/guides/how-to-set-up-a-custom-domain/`), `/docs/guides/other-guides/how-to-set-up-a-custom-domain/` ],

// /docs/events/* -> /docs/obs/*
[ fromIncludes(`/docs/events/`), toReplace(`/docs/obs/`) ],
Expand Down

0 comments on commit e840f53

Please sign in to comment.