Skip to content

Commit c6a313d

Browse files
author
liv
committedFeb 12, 2019
replace old repository references
1 parent f840212 commit c6a313d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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!
66

7-
_...looking for the old, web-based version of Rustlings? Try [here](https://github.com/rustlings/rustlings/tree/rustlings-1)_
7+
_...looking for the old, web-based version of Rustlings? Try [here](https://github.com/rust-lang/rustlings/tree/rustlings-1)_
88

99
Alternatively, for a first-time Rust learner, there's several other resources:
1010

@@ -18,7 +18,7 @@ To use `rustlings` you need to have [Rust](https://www.rust-lang.org/) installed
1818
Once Rust is installed, clone the `rustlings` repository and enter the resulting directory:
1919

2020
```bash
21-
git clone https://github.com/rustlings/rustlings.git
21+
git clone https://github.com/rust-lang/rustlings.git
2222
cd rustlings
2323
```
2424

‎default_out.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thanks for installing `rustlings`!
55
Let's make sure you're up to speed:
66
- You have Rust installed, preferably via `rustup`
77
- You have `~/.cargo/bin` added to your PATH variable
8-
- You have cloned this repository (https://github.com/rustlings/rustlings)
8+
- You have cloned this repository (https://github.com/rust-lang/rustlings)
99
- You have installed Rust language support for your editor
1010
- You have locally installed the `rustlings` command by running:
1111

@@ -17,4 +17,4 @@ If you've done all of this (or even most of it), congrats! You're ready
1717
to start working with Rust.
1818

1919
To get started, run `rustlings verify` in order to get the first exercise.
20-
Make sure to have your editor open!
20+
Make sure to have your editor open!

0 commit comments

Comments
 (0)
Please sign in to comment.