From 64bf26812c60c3fb770617d0af1ce87b2af2012a Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 30 May 2024 09:43:06 -0700 Subject: [PATCH] docs: redirect integration links to 0.2 (#5608) --- 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*"