diff --git a/documentation/tutorial/01-introduction/06-making-an-app/text.md b/documentation/tutorial/01-introduction/06-making-an-app/text.md index 161c0ab760..768c8468e2 100644 --- a/documentation/tutorial/01-introduction/06-making-an-app/text.md +++ b/documentation/tutorial/01-introduction/06-making-an-app/text.md @@ -10,7 +10,7 @@ First, you'll need to integrate Svelte with a build tool. We recommend using [Sv npm create svelte@latest myapp ``` -There are also a number of [community-maintained integrations](https://sveltesociety.dev/packages?tag=bundler-plugins). +There are also a number of [community-maintained integrations](https://sveltesociety.dev/packages?category=bundler-plugins). 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.