From 0baff48500a6f21d5ff97f466489aa69bd9889ef Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:05:42 -0800 Subject: [PATCH] Update documentation/tutorial/01-introduction/06-making-an-app/text.md --- documentation/tutorial/01-introduction/06-making-an-app/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.