summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorliv <liv@fastmail.com>2019-02-12 12:11:32 +0100
committerliv <liv@fastmail.com>2019-02-12 12:11:32 +0100
commitc6a313d1a83fa1c5404ec9072815f4f1eb01721d (patch)
tree2521733b149f3dfda65a8a800f183c0248d81c14 /README.md
parentf840212d68ebc5e388a5fd6870873082a48278fb (diff)
replace old repository references
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 762ae6b..5aad4d4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Greetings and welcome to `rustlings`. This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!
-_...looking for the old, web-based version of Rustlings? Try [here](https://github.com/rustlings/rustlings/tree/rustlings-1)_
+_...looking for the old, web-based version of Rustlings? Try [here](https://github.com/rust-lang/rustlings/tree/rustlings-1)_
Alternatively, for a first-time Rust learner, there's several other resources:
@@ -18,7 +18,7 @@ To use `rustlings` you need to have [Rust](https://www.rust-lang.org/) installed
Once Rust is installed, clone the `rustlings` repository and enter the resulting directory:
```bash
-git clone https://github.com/rustlings/rustlings.git
+git clone https://github.com/rust-lang/rustlings.git
cd rustlings
```