Skip to content

Commit 9afd3b9

Browse files
authored
fix(agents-insights): redirect from LLM (#14318)
1 parent 72e6b30 commit 9afd3b9

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
@@ -970,6 +970,10 @@ const userDocsRedirects = [
970970
source: '/product/insights/llm-monitoring/:path*',
971971
destination: '/product/insights/ai/:path*',
972972
},
973+
{
974+
source: '/product/insights/ai/:path*',
975+
destination: '/product/insights/agents/',
976+
},
973977
{
974978
source: '/product/insights/retention-priorities/',
975979
destination: '/organization/dynamic-sampling/',

0 commit comments

Comments
 (0)