Skip to content

Commit 7f78d69

Browse files
Nirmalkumar6112joeeames
authored andcommitted
Fix: nodejs.org/learn leads to 404 (nodejs#7001)
Fixes 7000
1 parent 5e50427 commit 7f78d69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/site/redirects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@
264264
"source": "/:locale/get-involved/:path*",
265265
"destination": "/:locale/about/get-involved/:path*"
266266
},
267+
{
268+
"source": "/learn",
269+
"destination": "/en/learn"
270+
},
267271
{
268272
"source": "/:locale/learn",
269273
"destination": "/:locale/learn/getting-started/introduction-to-nodejs"

0 commit comments

Comments
 (0)