From 323a3c80928efa4eca53e6cb683d4768fc97d4e4 Mon Sep 17 00:00:00 2001 From: LWinterberg <87814144+LWinterberg@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:33:53 +0200 Subject: [PATCH] point old website pages to new resources --- astro.config.mjs | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5dd7de8..38ba4ac 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -33,6 +33,32 @@ export default defineConfig({ '/help/documentation/': "https://support.audacityteam.org/", '/gitbook-plugins': "https://app.gitbook.com/invite/-MhmG2mhIIHTtQPuHV_k/kY9XD8X03nb2bluFgolK", '/devserver': "https://discord.gg/N3XKxzTrq3", - '/gitbook-access': "https://app.gitbook.com/invite/-MhmG2mhIIHTtQPuHV_k/acNI2LAF6LtdJW06t4Hc" + "/dev": "https://audacity.gitbook.io/dev/", + '/gitbook-access': "https://app.gitbook.com/invite/-MhmG2mhIIHTtQPuHV_k/acNI2LAF6LtdJW06t4Hc", + "/about/desktop-privacy-notice/": "/desktop-privacy-notice/", + "/about/license/": "https://github.com/audacity/audacity/blob/master/LICENSE.txt", + "/about/citations-screenshots-and-permissions/": "https://github.com/audacity/audacity/blob/master/LICENSE.txt", + "/about/credits/": "https://github.com/audacity/audacity/graphs/contributors", + "/about/features/": "/", + "/about/features/recording/": "/", + "/about/features/export-and-import/": "/", + "/about/features/sound-quality/": "/", + "/about/features/plug-ins/": "https://plugins.audacityteam.org/", + "/about/features/editing/": "/", + "/about/features/effects/": "/", + "/about/features/accessibility/": "/", + "/about/features/analysis/": "/", + "/about/screenshots/": "/", + "/about/nyquist/": "https://audacity.gitbook.io/dev/scripting/creating-your-own-nyquist-plugins", + "/about/news/": "/blog", + "/download/online-safety-when-downloading/": "/downloads", + "/download/source/": "/downloads", + "/help/": "https://support.audacityteam.org/", + "/contact/": "https://forum.audacityteam.org/", + "/community/": "https://support.audacityteam.org/community/contributing", + "/community/users/": "https://support.audacityteam.org/community/contributing", + "/community/developers/": "https://audacity.gitbook.io/dev", + "/community/translators/": "https://support.audacityteam.org/community/contributing/translating", + "/copyright/": "https://github.com/audacity/audacity/blob/master/LICENSE.txt" } });