From e0c36afc3e113324d0e42c41ae966608c446d27c Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 18 Sep 2024 14:28:56 -0700 Subject: [PATCH] docs: v0.3 link redirect (#26632) --- docs/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/vercel.json b/docs/vercel.json index ed15a82a067..04be0e01562 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -26,6 +26,10 @@ } ], "redirects": [ + { + "source": "/v0.3/docs/:path(.*/?)*", + "destination": "/docs/:path*" + }, { "source": "/docs/modules/agents/tools/custom_tools(/?)", "destination": "/docs/how_to/custom_tools/"