diff --git a/site/content/docs/04-compile-time.md b/site/content/docs/04-compile-time.md index f62733a6f5..e9126ccf13 100644 --- a/site/content/docs/04-compile-time.md +++ b/site/content/docs/04-compile-time.md @@ -4,7 +4,7 @@ title: Compile time Typically, you won't interact with the Svelte compiler directly, but will instead integrate it into your build system using a bundler plugin: -* [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) for users of [Rollup](https://rollupjs.org) +* [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://github.com/sveltejs/integrations#bundler-plugins) @@ -237,7 +237,7 @@ const { code } = svelte.preprocess(source, { The `script` and `style` functions receive the contents of `