From 58c8d56bfceb629b34139a7f2f8358d73b2949c6 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 23 Nov 2021 16:04:26 +0000 Subject: [PATCH] Fixed incorrect link for Svelte Society community-maintained tools https://sveltesociety.dev/tooling was incorrect. https://sveltesociety.dev/tools is the correct link. --- 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 ec10705b24d3..6ba5dabaccf4 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.