From de2cdc0b2cf03dd10906703b0007f6b1b3ea6fd8 Mon Sep 17 00:00:00 2001 From: Alex Iglesias Date: Sun, 2 May 2021 18:52:37 +0200 Subject: [PATCH] [Tutorial] Update Chapter 19 to reference Svelte Kit Maybe this is intentional and the Svelte team prefers to wait until the v1.0.0 version is released, I'm just opening this PR to keep track of this as I haven't found any existing issue or PR mentioning it. --- .../content/tutorial/19-next-steps/01-congratulations/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/19-next-steps/01-congratulations/text.md b/site/content/tutorial/19-next-steps/01-congratulations/text.md index c4436113bc..e6efd71cad 100644 --- a/site/content/tutorial/19-next-steps/01-congratulations/text.md +++ b/site/content/tutorial/19-next-steps/01-congratulations/text.md @@ -6,6 +6,6 @@ You've now finished the Svelte tutorial and are ready to start building apps. Yo To get set up in your local development environment, check out [the quickstart guide](blog/the-easiest-way-to-get-started). -If you're looking for a more expansive framework that includes routing, server-side rendering and everything else, take a look at [Sapper](https://sapper.svelte.dev). +If you're looking for a more expansive framework that includes routing, server-side rendering and everything else, take a look at [Svelte Kit](https://kit.svelte.dev). -Most importantly: since you're now a member of the Svelte community, you should [join our friendly Discord chatroom](chat). That's where you'll find fellow Svelte users, and it's where we plan the future of the framework. \ No newline at end of file +Most importantly: since you're now a member of the Svelte community, you should [join our friendly Discord chatroom](chat). That's where you'll find fellow Svelte users, and it's where we plan the future of the framework.