From af6e2d1ed53375a818063fc5f46b33208aba200b Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:50:03 -0800 Subject: [PATCH] Adding mesh guide redirects (#4458) ## What are you changing in this pull request and why? I missed the mesh guides redirects when working on the quickstarts project. It was published after I ran the script for the URLs affected by the changes. --- website/vercel.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/website/vercel.json b/website/vercel.json index 7b240c35553..269ae29116d 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -22,6 +22,21 @@ "destination": "/guides/debug-errors", "permanent": true }, + { + "source": "/guides/best-practices/how-we-mesh/mesh-1-intro", + "destination": "/best-practices/how-we-mesh/mesh-1-intro", + "permanent": true + }, + { + "source": "/guides/best-practices/how-we-mesh/mesh-2-structures", + "destination": "/best-practices/how-we-mesh/mesh-2-structures", + "permanent": true + }, + { + "source": "/guides/best-practices/how-we-mesh/mesh-3-implementation", + "destination": "/best-practices/how-we-mesh/mesh-3-implementation", + "permanent": true + }, { "source": "/guides/best-practices/how-we-build-our-metrics/semantic-layer-1-intro", "destination": "/best-practices/how-we-build-our-metrics/semantic-layer-1-intro", @@ -434,7 +449,7 @@ }, { "source": "/guides/orchestration/set-up-ci/lint-on-push", - "destination": "/guides/set-up-ci", + "destination": " /guides/set-up-ci", "permanent": true }, {