Skip to content

Commit 7430e58

Browse files
committed
Address review feedback
1 parent 73cc4ed commit 7430e58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Read ["Installing Rust"] from [The Book].
2121
* `curl`
2222
* `git`
2323

24-
2. Clone the [source] with git:
24+
2. Clone the [source] with `git`:
2525

2626
$ git clone https://github.com/rust-lang/rust.git
2727
$ cd rust
@@ -90,7 +90,7 @@ swap, it will take a very long time to build.
9090

9191
There is more advice about [hacking on Rust][hack] on the [wiki].
9292

93-
[hack]: https://github.com/rust-lang/rust/wiki/Note-getting-started-developing-Rust
93+
[hack]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
9494
[wiki]: https://github.com/rust-lang/rust/wiki
9595

9696
## Getting help
@@ -115,7 +115,7 @@ most popular channel is [#rust], a venue for general discussion about
115115
Rust, and a good place to ask for help,
116116

117117
[IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat
118-
[#rust]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust
118+
[#rust]: irc://irc.mozilla.org/rust
119119

120120
## License
121121

0 commit comments

Comments
 (0)