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