From e6dec497a78db17c31ded6237eaa7e5bd449a004 Mon Sep 17 00:00:00 2001 From: Charis <26616127+charislam@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:11:13 -0400 Subject: [PATCH] fix(docs): add new redirect (#29846) --- apps/www/lib/redirects.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/www/lib/redirects.js b/apps/www/lib/redirects.js index 76353a5fea..47fafac33c 100644 --- a/apps/www/lib/redirects.js +++ b/apps/www/lib/redirects.js @@ -2806,6 +2806,14 @@ module.exports = [ source: '/docs/guides/platform/log-drains', destination: '/docs/guides/monitoring-troubleshooting/log-drains', }, + { + // [Charis] This is a nice URL and I'm not 100% on permanently + // decommissioning it yet (cache-busting a permanent redirect could be a + // hassle if we ever resurrect it with new content) + permanent: false, + source: '/docs/guides/resources/examples', + destination: '/docs/guides/getting-started', + }, // marketing