Skip to content

Commit

Permalink
fix: Redirect old debug guide URL to new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Feb 6, 2024
1 parent 70e76fd commit 67614b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
"source": "/:locale/docs/inspector",
"destination": "/:locale/learn/getting-started/debugging"
},
{
"source": "/:locale/docs/guides/debugging-getting-started",
"destination": "/:locale/learn/getting-started/debugging"
},
{
"source": "/:locale/contribute/:path*",
"destination": "/:locale/get-involved"
Expand Down

0 comments on commit 67614b5

Please sign in to comment.