@@ -46,11 +46,11 @@ Some people, and somewhat rightfully so, get very upset when we tell you to
46
46
` curl | sh ` . Basically, when you do this, you are trusting that the good
47
47
people who maintain Rust aren't going to hack your computer and do bad things.
48
48
That's a good instinct! If you're one of those people, please check out the
49
- documentation on [ building Rust from Source] [ from source ] , or [ the official
50
- binary downloads] [ install page ] .
49
+ documentation on [ building Rust from Source] [ from- source ] , or [ the official
50
+ binary downloads] [ install- page ] .
51
51
52
- [ from source ] : https://github.com/rust-lang/rust#building-from-source
53
- [ install page ] : http://www.rust-lang.org/install.html
52
+ [ from- source ] : https://github.com/rust-lang/rust#building-from-source
53
+ [ install- page ] : http://www.rust-lang.org/install.html
54
54
55
55
Oh, we should also mention the officially supported platforms:
56
56
@@ -91,9 +91,9 @@ If not, there are a number of places where you can get help. The easiest is
91
91
[ the #rust IRC channel on irc.mozilla.org] [ irc ] , which you can access through
92
92
[ Mibbit] [ mibbit ] . Click that link, and you'll be chatting with other Rustaceans
93
93
(a silly nickname we call ourselves), and we can help you out. Other great
94
- resources include [ the user’s forum] [ users ] , and [ Stack Overflow] [ stack overflow ] .
94
+ resources include [ the user’s forum] [ users ] , and [ Stack Overflow] [ stackoverflow ] .
95
95
96
96
[ irc ] : irc://irc.mozilla.org/#rust
97
97
[ mibbit ] : http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust
98
98
[ users] : http://users.rust-lang.org/
99
- [ stack overflow ] : http://stackoverflow.com/questions/tagged/rust
99
+ [ stackoverflow ] : http://stackoverflow.com/questions/tagged/rust
0 commit comments