From 115d10bd18618542c888975b562896195c590b8f Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 21 Apr 2019 11:17:10 -0400 Subject: [PATCH] update references to svelte.technology - fixes #2450 --- .github/ISSUE_TEMPLATE.md | 2 +- CHANGELOG.md | 2 +- .../blog/2017-08-07-the-easiest-way-to-get-started.md | 2 +- .../blog/2017-09-06-the-zen-of-just-writing-css.md | 2 +- ...17-12-31-sapper-towards-the-ideal-web-app-framework.md | 4 ++-- site/content/examples/02-props/02-spread-props/App.svelte | 2 +- .../tutorial/03-props/03-spread-props/app-a/App.svelte | 2 +- .../tutorial/03-props/03-spread-props/app-b/App.svelte | 2 +- site/package.json | 2 +- site/src/routes/blog/rss.xml.js | 8 ++++---- site/src/routes/gist/create.js | 2 +- site/src/server.js | 2 +- .../binding-audio-currenttime-duration-volume/_config.js | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) 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 `