Skip to content

Commit

Permalink
Merge pull request #11338 from petesfrench/issue#4761
Browse files Browse the repository at this point in the history
Redirects calls to /index to the same url minus /index
  • Loading branch information
petesfrench authored Mar 14, 2022
2 parents 9e4e29d + cb94894 commit 2124bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,9 @@ internet-of-things/robotics/?: /robotics
templates/_(?P<path>.*)/?: /templates/{path}
shared/forms/interactive/_(?P<path>.*)/?: /shared/forms/interactive/{path}

# Redirect direct calls to /index
(?P<path>.*)/index: /{path}

# Download harness
download/server/thank-you: /download/server

Expand Down

0 comments on commit 2124bd2

Please sign in to comment.