Skip to content

Commit 0b41a96

Browse files
authored
Website: Update redirects (#2264)
1 parent d8cadf4 commit 0b41a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default withGuildDocs({
2020
'/docs/introduction/context': '/docs/essentials/context',
2121
'/docs/advanced': '/docs/advanced/subscriptions',
2222
'/docs/next/recipes/migration': '/docs/recipes/migration',
23+
'/docs/legacy/introduction/context': '/docs/get-started',
2324
}).map(([from, to]) => ({
2425
source: from,
2526
destination: to,

0 commit comments

Comments
 (0)