From 78e02565d27f2266ffd209b7e0e23009e7416f66 Mon Sep 17 00:00:00 2001 From: Jim Hunziker Date: Thu, 11 Nov 2021 09:00:45 -0500 Subject: [PATCH] [docs] fix link to community-maintained tools (#6917) --- site/content/tutorial/01-introduction/07-making-an-app/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/07-making-an-app/text.md b/site/content/tutorial/01-introduction/07-making-an-app/text.md index 654ff87e2f..3f40637997 100644 --- a/site/content/tutorial/01-introduction/07-making-an-app/text.md +++ b/site/content/tutorial/01-introduction/07-making-an-app/text.md @@ -10,7 +10,7 @@ First, you'll need to integrate Svelte with a build tool. There are officially m * [rollup-plugin-svelte](https://github.com/sveltejs/rollup-plugin-svelte) * [svelte-loader](https://github.com/sveltejs/svelte-loader) -...and a variety of [community-maintained ones](https://sveltesociety.dev/tooling). +...and a variety of [community-maintained ones](https://sveltesociety.dev/tools). Don't worry if you're relatively new to web development and haven't used these tools before. We've prepared a simple step-by-step guide, [Svelte for new developers](blog/svelte-for-new-developers), which walks you through the process.