diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-06-26 15:35:56 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-06-26 15:35:56 -0400 |
| commit | 08f533481d22c3058c82eeff53a5e08f0d03f9ce (patch) | |
| tree | cff4993f1db21c4491e08da82f47ca56c0c56628 | |
| parent | 00ae6484960ec598370810c821bfdf4593453b37 (diff) | |
| download | rust-08f533481d22c3058c82eeff53a5e08f0d03f9ce.tar.gz rust-08f533481d22c3058c82eeff53a5e08f0d03f9ce.zip | |
Fix IRC linkage.
Death to `here`! Thanks @chris-morgan :heart:
| -rw-r--r-- | src/doc/guide.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index 8a2f0d0ab2f..42a169c2f4a 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -96,8 +96,9 @@ host: x86_64-unknown-linux-gnu If you did, Rust has been installed successfully! Congrats! If not, there are a number of places where you can get help. The easiest is -IRC, which you can access -[here](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust). Click +[the #rust IRC channel on irc.mozilla.org](irc://irc.mozilla.org/#rust), which +you can access through +[Mibbit](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust). 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 our [mailing list](https://mail.mozilla.org/listinfo/rust-dev), |
