From e269e965210f66c018ff9ef87e2b9b5dae105c4f Mon Sep 17 00:00:00 2001 From: Adam Christian Date: Fri, 13 Sep 2024 10:42:15 -0700 Subject: [PATCH] reconcile broken links from sitemaps --- vercel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vercel.json b/vercel.json index a85c9fa5..b8d061ba 100644 --- a/vercel.json +++ b/vercel.json @@ -27,7 +27,7 @@ }, { "source": "/r/extension/gist", - "destination": "https://runme.dev/blog/runme-gist", + "destination": "https://docs.runme.dev/usage/runme-gist", "permanent": false }, { @@ -62,12 +62,12 @@ }, { "source": "/getting-started/faq", - "destination": "/faq", + "destination": "/resources/faq", "permanent": true }, { "source": "/features", - "destination": "/getting-started/features", + "destination": "/getting-started", "permanent": true }, { @@ -107,7 +107,7 @@ }, { "source": "/Guide/devcontainer", - "destination": "/guide/devcontainer", + "destination": "/usage/devcontainers", "permanent": true }, {