From a5021e3ceb08bc33ab600bc6e6769e4d47e54520 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 30 May 2024 09:16:38 -0700 Subject: [PATCH] docs: redirect integration links to 0.2 --- docs/core_docs/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/core_docs/vercel.json b/docs/core_docs/vercel.json index 818afaff2e0e..b808cbe3e215 100644 --- a/docs/core_docs/vercel.json +++ b/docs/core_docs/vercel.json @@ -33,6 +33,10 @@ "source": "/v0.2/docs(/?)", "destination": "/v0.2/docs/introduction/" }, + { + "source": "/docs/integrations/:path(.*/?)*", + "destination": "/v0.2/docs/integrations/:path*" + }, { "source": "/docs/:path(.*/?)*", "destination": "/v0.1/docs/:path*"