diff options
| author | Ting-Yu Lin <aethanyc@gmail.com> | 2015-04-16 17:35:33 +0800 |
|---|---|---|
| committer | Ting-Yu Lin <aethanyc@gmail.com> | 2015-04-16 17:42:03 +0800 |
| commit | 7d56fb214938c6e5334789c7ee37c08db417090b (patch) | |
| tree | f60b7cfa7dc2c50714379eb279a1658f57b1058e | |
| parent | 798fa2276c31f4661b1c3d96b627337f59e907b4 (diff) | |
| download | rust-7d56fb214938c6e5334789c7ee37c08db417090b.tar.gz rust-7d56fb214938c6e5334789c7ee37c08db417090b.zip | |
Fix link id for stackoverflow
The document does not display properly if the link id contains a space.
| -rw-r--r-- | src/doc/trpl/installing-rust.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md index 09b4495ffe9..58d9e57dc51 100644 --- a/src/doc/trpl/installing-rust.md +++ b/src/doc/trpl/installing-rust.md @@ -91,9 +91,9 @@ If not, there are a number of places where you can get help. The easiest is [Mibbit][mibbit]. Click that link, and you'll be chatting with other Rustaceans (a silly nickname we call ourselves), and we can help you out. Other great resources include [the user’s forum][users], and -[Stack Overflow][stack overflow]. +[Stack Overflow][stackoverflow]. [irc]: irc://irc.mozilla.org/#rust [mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust [users]: http://users.rust-lang.org/ -[stack overflow]: http://stackoverflow.com/questions/tagged/rust +[stackoverflow]: http://stackoverflow.com/questions/tagged/rust |
