docs: fix self query redirect (#17490)

This commit is contained in:
Bagatur 2024-02-13 15:44:56 -08:00 committed by GitHub
parent f746a73e26
commit 2c076bebc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,8 +209,8 @@
"destination": "/docs/langsmith/walkthrough" "destination": "/docs/langsmith/walkthrough"
}, },
{ {
"source": "/docs/modules/data_connection/retrievers/self_query/:path*", "source": "/docs/modules/data_connection/retrievers/self_query/:path+",
"destination": "/docs/integrations/retrievers/self_query/:path*" "destination": "/docs/integrations/retrievers/self_query/:path+"
}, },
{ {
"source": "/docs/use_cases/more/agents/autonomous_agents/:path*", "source": "/docs/use_cases/more/agents/autonomous_agents/:path*",