From 8aad909631fd94e203f14ac3cf168c3c97c0ecd5 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 21 Apr 2019 09:46:51 -0400 Subject: [PATCH] svelte.technology -> v2.svelte.dev --- LICENSE | 2 +- README.md | 10 ++++----- ...17-08-07-the-easiest-way-to-get-started.md | 2 +- .../2017-09-06-the-zen-of-just-writing-css.md | 2 +- ...per-towards-the-ideal-web-app-framework.md | 4 ++-- content/guide/03-scoped-styles.md | 2 +- content/guide/99-still-to-come.md | 2 +- now.json | 14 ++++++++++++ package.json | 22 ++++--------------- src/routes/blog/rss.xml.js | 8 +++---- src/routes/gist/create.js | 2 +- src/routes/guide/index.html | 2 +- src/template.html | 2 +- 13 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 now.json diff --git a/LICENSE b/LICENSE index 3fe9c987f..d72e555ae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017 [these people](https://github.com/sveltejs/svelte.technology/graphs/contributors) +Copyright (c) 2017 [these people](https://github.com/sveltejs/v2.svelte.dev/graphs/contributors) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 2bf6bc1f5..aed1e8468 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# [svelte.technology](https://svelte.technology) +# [v2.svelte.dev](https://v2.svelte.dev) -The website for Svelte. +The website for Svelte v2. ## Note @@ -13,8 +13,8 @@ This project uses [yarn](https://yarnpkg.com) to manage dependencies. Set up the project: ```bash -git clone git@github.com:sveltejs/svelte.technology.git -cd svelte.technology +git clone git@github.com:sveltejs/v2.svelte.dev.git +cd v2.svelte.dev yarn ``` @@ -29,7 +29,7 @@ cd /path/to/svelte yarn link yarn dev # rebuild Svelte on changes -cd /path/to/svelte.technology +cd /path/to/v2.svelte.dev yarn link svelte yarn dev ``` diff --git a/content/blog/2017-08-07-the-easiest-way-to-get-started.md b/content/blog/2017-08-07-the-easiest-way-to-get-started.md index 08f5b1bf0..cb93681a6 100644 --- a/content/blog/2017-08-07-the-easiest-way-to-get-started.md +++ b/content/blog/2017-08-07-the-easiest-way-to-get-started.md @@ -13,7 +13,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/content/blog/2017-09-06-the-zen-of-just-writing-css.md b/content/blog/2017-09-06-the-zen-of-just-writing-css.md index 4f538e37a..58186ff25 100644 --- a/content/blog/2017-09-06-the-zen-of-just-writing-css.md +++ b/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 `