diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5e43e5ca1d..e7bd60d3f4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,7 +3,7 @@ Thanks for raising an issue! (For *questions*, we recommend instead using https: To help us help you, if you've found a bug please consider the following: -* If you can demonstrate the bug using https://svelte.technology/repl, please do. +* If you can demonstrate the bug using https://svelte.dev/repl, please do. * If that's not possible, we recommend creating a small repo that illustrates the problem. * Make sure you include information about the browser, and which version of Svelte you're using diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b7a971bb..6b049da08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -316,7 +316,7 @@ ## 2.0.0 -*See [the blog post](https://svelte.technology/blog/version-2) for information on how to upgrade your apps* +*See [the blog post](https://svelte.dev/blog/version-2) for information on how to upgrade your apps* * New template syntax ([#1318](https://github.com/sveltejs/svelte/issues/1318)) * Emit ES2015 code, not ES5 ([#1348](https://github.com/sveltejs/svelte/pull/1348)) diff --git a/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md b/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md index b29c3cb5c2..915269b817 100644 --- a/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md +++ b/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md @@ -12,7 +12,7 @@ Because of that, getting started with it can be a little bit confusing at first. ## 1. Use the REPL -The [Svelte REPL](https://svelte.technology/repl) is the easiest way to begin. You can choose from a list of examples to get you started, and tweak them until they do what you want. +The [Svelte REPL](repl) is the easiest way to begin. You can choose from a list of examples to get you started, and tweak them until they do what you want. diff --git a/site/content/blog/2017-09-06-the-zen-of-just-writing-css.md b/site/content/blog/2017-09-06-the-zen-of-just-writing-css.md index 4ea56bc633..a467ac3d7f 100644 --- a/site/content/blog/2017-09-06-the-zen-of-just-writing-css.md +++ b/site/content/blog/2017-09-06-the-zen-of-just-writing-css.md @@ -28,7 +28,7 @@ The consequence of all this is the **append-only stylesheet**. There's no way of The idea behind SFCs is simple: you write your components in an HTML file that (optionally) contains a `