Fixed incorrect link for Svelte Society community-maintained tools

https://sveltesociety.dev/tooling was incorrect. https://sveltesociety.dev/tools is the correct link.
pull/6957/head
Ivan 5 years ago committed by GitHub
parent 03ef0e46e9
commit 58c8d56bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save