From 4d82cea71fc6e1dd3bebaf64db3c47ddb3762157 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 31 May 2024 12:37:06 -0700 Subject: [PATCH] docs: fix llm caches redirect (#22371) --- docs/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vercel.json b/docs/vercel.json index cda463e4118..4338ce40bb9 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -14,8 +14,8 @@ ], "redirects": [ { - "source": "/docs/integrations/llms/llm_caching(/?)", - "destination": "docs/integration/llm_caching/" + "source": "/v0.2/docs/integrations/llms/llm_caching(/?)", + "destination": "/v0.2/docs/integrations/llm_caching/" }, { "source": "/docs/how_to/tool_calls_multi_modal(/?)",