Skip to content

fix: redirect legacy docs home URLs to docs root#3575

Open
EduardF1 wants to merge 1 commit into
microsoft:v2from
EduardF1:fix/docs-home-redirect
Open

fix: redirect legacy docs home URLs to docs root#3575
EduardF1 wants to merge 1 commit into
microsoft:v2from
EduardF1:fix/docs-home-redirect

Conversation

@EduardF1
Copy link
Copy Markdown

Summary

Fixes #3247

Changes

  • redirect /docs/home.html directly to /docs/
  • redirect /docs/home directly to /docs/
  • remove the intermediate hop that currently points legacy docs-home URLs at a broken route

Testing

  • ran pnpm exec prettier --check packages/typescriptlang-org/src/redirects/setupRedirects.ts
  • ran git diff --check
  • confirmed the redirect table now sends both legacy URLs to /docs/

Fixes microsoft#3247

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad redirection from /docs/home

1 participant