Skip to content

Commit a135717

Browse files
authored
[fix] link (sveltejs#157)
1 parent b0fb9ea commit a135717

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/02-sveltekit/01-concepts/01-introducing-sveltekit

1 file changed

+1
-1
lines changed

content/tutorial/02-sveltekit/01-concepts/01-introducing-sveltekit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ SvelteKit is a framework for building extremely high-performance web apps. Where
1818

1919
SvelteKit apps are server-rendered by default (like traditional 'multi-page apps' or MPAs) for excellent first load performance and SEO characteristics, but can then transition to client-side navigation (like modern 'single-page apps' or SPAs) to avoid jankily reloading everything (including things like third-party analytics code) when the user navigates. They can run anywhere JavaScript runs, though — as we'll see — your users may not need to run any JavaScript at all.
2020

21-
If that sounds complicated, worry not: SvelteKit is the framework that grows with you! Start simple and add new features as they come. This tutorial will go over the core concepts, while the [Advanced SvelteKit](/handle) tutorial teaches you how to tackle more complex use cases.
21+
If that sounds complicated, worry not: SvelteKit is the framework that grows with you! Start simple and add new features as they come. This tutorial will go over the core concepts, while the [Advanced SvelteKit](/tutorial/handle) tutorial teaches you how to tackle more complex use cases.

0 commit comments

Comments
 (0)