From bf2cf560d23b3c6cc72c8c4870c0a1a4c748e5f9 Mon Sep 17 00:00:00 2001 From: Jordan Smith Date: Thu, 16 Jan 2025 12:18:28 -0800 Subject: [PATCH] temporary redirect --- config/redirects | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/redirects b/config/redirects index b265d576..5e466102 100644 --- a/config/redirects +++ b/config/redirects @@ -7,3 +7,6 @@ symlink: current -> master raw: ${prefix}/ -> ${base}/current/ raw: ${prefix}/stable -> ${base}/current/ raw: ${prefix}/master -> ${base}/upcoming/ + +# temporary redirect for a bad link +raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/download-and-install/ \ No newline at end of file