point old website pages to new resources

This commit is contained in:
LWinterberg
2023-09-11 14:33:53 +02:00
parent b0a46f19ca
commit 323a3c8092

View File

@@ -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"
}
});