From 0f486b06ffa4979957c5e45c3c1292bf2d658414 Mon Sep 17 00:00:00 2001 From: josefaidt Date: Tue, 5 Nov 2024 12:58:29 -0800 Subject: [PATCH] add redirects for cdktoolkit-stack page --- redirects.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/redirects.json b/redirects.json index 198e92819e0..36325ce3fc6 100644 --- a/redirects.json +++ b/redirects.json @@ -7319,6 +7319,51 @@ "target": "/react/build-a-backend/troubleshooting/upgrade-amplify-packages", "status": "301" }, + { + "source": "/react/build-a-backend/troubleshooting/stack-cdktoolkit-already-exists/", + "target": "/react/build-a-backend/troubleshooting/cdktoolkit-stack/", + "status": "301" + }, + { + "source": "/angular/build-a-backend/troubleshooting/stack-cdktoolkit-already-exists/", + "target": "/angular/build-a-backend/troubleshooting/cdktoolkit-stack/", + "status": "301" + }, + { + "source": "/react-native/build-a-backend/troubleshooting/stack-cdktoolkit-already-exists/", + "target": "/react-native/build-a-backend/troubleshooting/cdktoolkit-stack/", + "status": "301" + }, + { + "source": "/next.js/build-a-backend/troubleshooting/stack-cdktoolkit-already-exists/", + "target": "/next.js/build-a-backend/troubleshooting/cdktoolkit-stack/", + "status": "301" + }, + { + "source": "/vue/build-a-backend/troubleshooting/stack-cdktoolkit-already-exists/", + "target": "/vue/build-a-backend/troubleshooting/cdktoolkit-stack/", + "status": "301" + }, + { + "source": "/javascript/build-a-backend/troubleshooting/stack-cdktoolkit-already-exists/", + "target": "/javascript/build-a-backend/troubleshooting/cdktoolkit-stack/", + "status": "301" + }, + { + "source": "/android/build-a-backend/troubleshooting/stack-cdktoolkit-already-exists/", + "target": "/android/build-a-backend/troubleshooting/cdktoolkit-stack/", + "status": "301" + }, + { + "source": "/flutter/build-a-backend/troubleshooting/stack-cdktoolkit-already-exists/", + "target": "/flutter/build-a-backend/troubleshooting/cdktoolkit-stack/", + "status": "301" + }, + { + "source": "/swift/build-a-backend/troubleshooting/stack-cdktoolkit-already-exists/", + "target": "/swift/build-a-backend/troubleshooting/cdktoolkit-stack/", + "status": "301" + }, { "source": "/[platform]/build-a-backend/utilities", "target": "/react/build-a-backend/utilities",