From fda48251400896dde2fb715eb31d8524aeaae9ce Mon Sep 17 00:00:00 2001 From: Wayne Zhang Date: Mon, 5 Feb 2024 16:43:13 -0500 Subject: [PATCH] fix: Update inspector redirect to learn section --- redirects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirects.json b/redirects.json index cdabda19f8c36..742eac60301b8 100644 --- a/redirects.json +++ b/redirects.json @@ -110,7 +110,7 @@ }, { "source": "/:locale/docs/inspector", - "destination": "/:locale/docs/guides/debugging-getting-started" + "destination": "/:locale/learn/getting-started/debugging" }, { "source": "/:locale/contribute/:path*",