From 894534b5d3830518a5b6142b26967a9bc5b39013 Mon Sep 17 00:00:00 2001 From: Gustavo Gawryszewski <318831+gawry@users.noreply.github.com> Date: Mon, 14 Oct 2019 15:59:32 -0300 Subject: [PATCH] Updated README.md from lord/slate to slatedocs/slate (#1140) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a73fdf8..04081e5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Features * **RTL Support** Full right-to-left layout for RTL languages such as Arabic, Persian (Farsi), Hebrew etc. -Getting started with Slate is super easy! Simply fork this repository and follow the instructions below. Or, if you'd like to check out what Slate is capable of, take a look at the [sample docs](http://lord.github.io/slate). +Getting started with Slate is super easy! Simply fork this repository and follow the instructions below. Or, if you'd like to check out what Slate is capable of, take a look at the [sample docs](https://slatedocs.github.io/slate/). Getting Started with Slate ------------------------------ @@ -60,9 +60,9 @@ vagrant up You can now see the docs at http://localhost:4567. Whoa! That was fast! -Now that Slate is all set up on your machine, you'll probably want to learn more about [editing Slate markdown](https://github.com/lord/slate/wiki/Markdown-Syntax), or [how to publish your docs](https://github.com/lord/slate/wiki/Deploying-Slate). +Now that Slate is all set up on your machine, you'll probably want to learn more about [editing Slate markdown](https://github.com/slatedocs/slate/wiki/Markdown-Syntax), or [how to publish your docs](https://github.com/slatedocs/slate/wiki/Deploying-Slate). -If you'd prefer to use Docker, instructions are available [in the wiki](https://github.com/lord/slate/wiki/Docker). +If you'd prefer to use Docker, instructions are available [in the wiki](https://github.com/slatedocs/slate/wiki/Docker). ### Note on JavaScript Runtime @@ -83,14 +83,14 @@ Companies Using Slate * [Parrot Drones](http://developer.parrot.com/docs/bebop/) * [Scale](https://docs.scaleapi.com/) -You can view more in [the list on the wiki](https://github.com/lord/slate/wiki/Slate-in-the-Wild). +You can view more in [the list on the wiki](https://github.com/slatedocs/slate/wiki/Slate-in-the-Wild). Questions? Need Help? Found a bug? -------------------- If you've got questions about setup, deploying, special feature implementation in your fork, or just want to chat with the developer, please feel free to [start a thread in our Spectrum community](https://spectrum.chat/slate)! -Found a bug with upstream Slate? Go ahead and [submit an issue](https://github.com/lord/slate/issues). And, of course, feel free to submit pull requests with bug fixes or changes to the `dev` branch. +Found a bug with upstream Slate? Go ahead and [submit an issue](https://github.com/slatedocs/slate/issues). And, of course, feel free to submit pull requests with bug fixes or changes to the `dev` branch. Contributors --------------------