From 1bad0ac946f19842d494158ce6763ca81292fe85 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 31 May 2024 08:40:48 -0700 Subject: [PATCH] docs: redirect integration links to 0.2 (#22326) --- docs/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/vercel.json b/docs/vercel.json index d14a466f477..cda463e4118 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -41,6 +41,10 @@ "source": "/docs/get_started/introduction(/?)", "destination": "/v0.2/docs/introduction/" }, + { + "source": "/docs/integrations/:path(.*/?)*", + "destination": "/v0.2/docs/integrations/:path*" + }, { "source": "/docs/:path(.*/?)*", "destination": "/v0.1/docs/:path*"