Skip to content

Commit

Permalink
fix: Redirect old debug guide URL to new URL (#6290)
Browse files Browse the repository at this point in the history
Refs: #6265
  • Loading branch information
richardlau authored Feb 6, 2024
1 parent 70e76fd commit 913ccc8
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 913ccc8

Please sign in to comment.