From 4018b548f3e7728e7bec1b3e13a5f0d59b0342cd Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 23 Nov 2021 17:19:29 +0100 Subject: [PATCH] [docs] fix link to Svelte Society community-maintained tools (#6957) --- site/content/docs/04-compile-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/04-compile-time.md b/site/content/docs/04-compile-time.md index ec10705b24..6ba5dabacc 100644 --- a/site/content/docs/04-compile-time.md +++ b/site/content/docs/04-compile-time.md @@ -6,7 +6,7 @@ Typically, you won't interact with the Svelte compiler directly, but will instea * [rollup-plugin-svelte](https://github.com/sveltejs/rollup-plugin-svelte) for users of [Rollup](https://rollupjs.org) * [svelte-loader](https://github.com/sveltejs/svelte-loader) for users of [webpack](https://webpack.js.org) -* or one of the [community-maintained plugins](https://sveltesociety.dev/tooling) +* or one of the [community-maintained plugins](https://sveltesociety.dev/tools) Nonetheless, it's useful to understand how to use the compiler, since bundler plugins generally expose compiler options to you.