Skip to content

Commit 7fae52f

Browse files
committed
fix: redirect legacy docs home URLs to docs root
Fixes #3247
1 parent e89bda9 commit 7fae52f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/typescriptlang-org/src/redirects/setupRedirects.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ const veryOldRedirects = {
44
Tutorial: "/docs",
55
Handbook: "/docs",
66
samples: "/docs",
7-
"/docs/home.html": "/docs/home",
7+
"/docs/home.html": "/docs/",
88
"/playground": "/play/",
9-
"/docs/home": "/docs",
9+
"/docs/home": "/docs/",
1010
}
1111

1212
// These were .html files in the handbook with some redirection work

0 commit comments

Comments
 (0)