Skip to content

Commit 5b3655a

Browse files
authored
fix(MCP): redirect to new URL (#15142)
At somepoint we changed MCP docs routes, so we had a 404 on a page. Added a redirect to fix this, from `/product/insights/mcp/` to `/product/insights/ai/mcp/`.
1 parent 9857642 commit 5b3655a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,10 @@ const userDocsRedirects = [
12421242
source: '/platforms/dotnet/guides/google-cloud-functions/profiling/:path*',
12431243
destination: '/platforms/dotnet/profiling/',
12441244
},
1245+
{
1246+
source: '/product/insights/mcp/',
1247+
destination: '/product/insights/ai/mcp/',
1248+
},
12451249
];
12461250

12471251
/**

0 commit comments

Comments
 (0)