From 0d013d254ffd4ce3553af9de9221843bb9932aee Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 25 Nov 2019 13:30:36 -0500 Subject: [PATCH] site: update links to rollup-plugin-svelte repo --- site/content/docs/04-compile-time.md | 4 ++-- .../content/tutorial/01-introduction/07-making-an-app/text.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 `