Skip to content

Commit 67614b5

Browse files
committed
fix: Redirect old debug guide URL to new URL
Refs: nodejs#6265
1 parent 70e76fd commit 67614b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
"source": "/:locale/docs/inspector",
113113
"destination": "/:locale/learn/getting-started/debugging"
114114
},
115+
{
116+
"source": "/:locale/docs/guides/debugging-getting-started",
117+
"destination": "/:locale/learn/getting-started/debugging"
118+
},
115119
{
116120
"source": "/:locale/contribute/:path*",
117121
"destination": "/:locale/get-involved"

0 commit comments

Comments
 (0)