Skip to content

Commit c2ae05a

Browse files
authored
[docs] update link for community preprocessors (#6897)
1 parent 3734680 commit c2ae05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/04-compile-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const ast = svelte.parse(source, { filename: 'App.svelte' });
190190

191191
### `svelte.preprocess`
192192

193-
A number of [community-maintained preprocessing plugins](https://github.com/sveltejs/integrations#preprocessors) are available to allow you to use Svelte with tools like TypeScript, PostCSS, SCSS, and Less.
193+
A number of [community-maintained preprocessing plugins](https://sveltesociety.dev/tools#preprocessors) are available to allow you to use Svelte with tools like TypeScript, PostCSS, SCSS, and Less.
194194

195195
You can write your own preprocessor using the `svelte.preprocess` API.
196196

0 commit comments

Comments
 (0)