Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/site/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
{
"source": "/documentation/:path*",
"destination": "/en/docs/:path*"
"destination": "/docs/:path*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It actually was an intentional design choice. In the past the website had /docs pages. But now these same pages are on learn, hence we have also redirects from some of these docs to /learn.

},
{
"source": "/blog/:path*",
Expand All @@ -126,7 +126,7 @@
},
{
"source": "/:locale/documentation/:path*",
"destination": "/:locale/docs/:path*"
"destination": "/docs/:path*"
},
{
"source": "/(atom|feed|rss).xml",
Expand Down
Loading