From cf258687b9922533d31738b161d60b3cff2378a9 Mon Sep 17 00:00:00 2001 From: Lindsey Moore <lindsey.moore@mongodb.com> Date: Mon, 10 Mar 2025 11:27:03 -0400 Subject: [PATCH 1/2] DOCSP-48214 404 on Old Page --- config/redirects | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/redirects b/config/redirects index 22ff295..21fbc43 100644 --- a/config/redirects +++ b/config/redirects @@ -8,4 +8,5 @@ raw: ${prefix}/ -> ${base}/current/ raw: ${prefix}/stable -> ${base}/current/ [*-v5.1]: ${prefix}/${version}/compatibility -> ${base}/v5.2/compatibility -[v5.2-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query \ No newline at end of file +[v5.2-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query +[*-v5.3]: ${prefix}/${version}/installation -> ${base}/get-started/download-and-install \ No newline at end of file From 2b2e2385b9d3ff1cb9a66f3f6dc48b544c01844d Mon Sep 17 00:00:00 2001 From: Lindsey Moore <lindsey.moore@mongodb.com> Date: Mon, 10 Mar 2025 11:35:10 -0400 Subject: [PATCH 2/2] fix redirect direction --- config/redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects b/config/redirects index 21fbc43..090ece5 100644 --- a/config/redirects +++ b/config/redirects @@ -9,4 +9,4 @@ raw: ${prefix}/stable -> ${base}/current/ [*-v5.1]: ${prefix}/${version}/compatibility -> ${base}/v5.2/compatibility [v5.2-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query -[*-v5.3]: ${prefix}/${version}/installation -> ${base}/get-started/download-and-install \ No newline at end of file +[v5.2-*]: ${prefix}/${version}/installation -> ${base}/get-started/download-and-install \ No newline at end of file