replace old repository references
This commit is contained in:
parent
f840212d68
commit
c6a313d1a8
|
@ -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!
|
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:
|
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:
|
Once Rust is installed, clone the `rustlings` repository and enter the resulting directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/rustlings/rustlings.git
|
git clone https://github.com/rust-lang/rustlings.git
|
||||||
cd rustlings
|
cd rustlings
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Thanks for installing `rustlings`!
|
||||||
Let's make sure you're up to speed:
|
Let's make sure you're up to speed:
|
||||||
- You have Rust installed, preferably via `rustup`
|
- You have Rust installed, preferably via `rustup`
|
||||||
- You have `~/.cargo/bin` added to your PATH variable
|
- You have `~/.cargo/bin` added to your PATH variable
|
||||||
- You have cloned this repository (https://github.com/rustlings/rustlings)
|
- You have cloned this repository (https://github.com/rust-lang/rustlings)
|
||||||
- You have installed Rust language support for your editor
|
- You have installed Rust language support for your editor
|
||||||
- You have locally installed the `rustlings` command by running:
|
- You have locally installed the `rustlings` command by running:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue