Skip to content

Commit d1c2d13

Browse files
committed
fix links
1 parent abca2ec commit d1c2d13

File tree

3 files changed

+4
-4
lines changed
  • documentation/tutorial

3 files changed

+4
-4
lines changed

documentation/tutorial/01-introduction/01-basics/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Basics
44

55
Welcome to the Svelte tutorial. This will teach you everything you need to know to build fast, small web applications easily.
66

7-
You can also consult the [API docs](/docs) and the [examples](/examples), or — if you're impatient to start hacking on your machine locally — the [60-second quickstart](/docs/introduction).
7+
You can also consult the [API docs](/docs) and the [examples](https://svelte.dev/playground), or — if you're impatient to start hacking on your machine locally — the [60-second quickstart](/docs/introduction).
88

99
## What is Svelte?
1010

documentation/tutorial/01-introduction/06-making-an-app/text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ npm create svelte@latest myapp
1212

1313
There are also a number of [community-maintained integrations](https://sveltesociety.dev/packages?category=bundler-plugins).
1414

15-
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.
15+
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](https://svelte.dev/blog/svelte-for-new-developers), which walks you through the process.
1616

1717
You'll also want to configure your text editor. There are [plugins](https://sveltesociety.dev/resources#editor-support) for many popular editors as well as an official [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode).
1818

1919
<!--
2020
NOTE: Removed until we have better place for setting-up-your-editor guide. See https://github.com/sveltejs/svelte/pull/7310#issuecomment-1049923609
21-
If your editor does not have a Svelte plugin then you can follow [this guide](/blog/setting-up-your-editor) to configure your text editor to treat `.svelte` files the same as `.html` for the sake of syntax highlighting. -->
21+
If your editor does not have a Svelte plugin then you can follow [this guide](https://svelte.dev/blog/setting-up-your-editor) to configure your text editor to treat `.svelte` files the same as `.html` for the sake of syntax highlighting. -->
2222

2323
Then, once you've got your project set up, using Svelte components is easy. The compiler turns each component into a regular JavaScript class — just import it and instantiate with `new`:
2424

documentation/tutorial/19-next-steps/01-congratulations/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Congratulations!
33
---
44

5-
You've now finished the Svelte tutorial and are ready to start building apps. You can refer back to individual chapters at any time (click the title above to reveal a dropdown) or continue your learning via the [API reference](/docs), [Examples](/examples) and [Blog](/blog). If you're a Twitter user, you can get updates via [@sveltejs](https://twitter.com/sveltejs).
5+
You've now finished the Svelte tutorial and are ready to start building apps. You can refer back to individual chapters at any time (click the title above to reveal a dropdown) or continue your learning via the [API reference](/docs), [Examples](https://svelte.dev/playground) and [Blog](https://svelte.dev/blog). If you're a Twitter user, you can get updates via [@sveltejs](https://twitter.com/sveltejs).
66

77
To get set up in your local development environment, check out [the quickstart guide](/docs/introduction).
88

0 commit comments

Comments
 (0)