Skip to content

Commit

Permalink
fix: hot fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Feb 26, 2024
1 parent b624417 commit 5b473f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,22 +168,22 @@
"source": "/:locale/docs",
"destination": "https://nodejs.org/docs/latest/api/"
},
{
"source": "/:locale/docs/guides",
"destination": "/:locale/guides"
},
{
"source": "/:locale/docs/es6",
"destination": "/:locale/learn/getting-started/ecmascript-2015-es6-and-beyond"
},
{
"source": "/:locale/guides",
"destination": "/:locale/learn"
"source": "/:locale/docs/guides/:path*",
"destination": "/:locale/guides/:path*"
},
{
"source": "/:locale/docs/guides",
"source": "/:locale/guides",
"destination": "/:locale/learn"
},
{
"source": "/:locale/docs/guides/:path*",
"destination": "/:locale/learn/:path*"
},
{
"source": "/:locale/guides/getting-started-guide",
"destination": "/:locale/learn/getting-started/introduction-to-nodejs"
Expand Down

0 comments on commit 5b473f5

Please sign in to comment.