about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-06-26 15:37:57 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-06-26 15:37:57 -0400
commitaf4a6c30aa2659af59c8d5418f3f5c04abd26148 (patch)
treefcbe96f33b8b4b2a5212c42a177440398cf70c2d
parent49a9959d8c3625eae4c6d79ffffec1ac3def253e (diff)
downloadrust-af4a6c30aa2659af59c8d5418f3f5c04abd26148.tar.gz
rust-af4a6c30aa2659af59c8d5418f3f5c04abd26148.zip
Fixing link to subreddit.
Thanks @chris-morgan :heart:
-rw-r--r--src/doc/guide.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index 39771791c50..2e4ec8fe883 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -100,10 +100,10 @@ If not, there are a number of places where you can get help. The easiest is
 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),
-[subreddit](http://www.reddit.com/r/rust), and
-[Stack Overflow](http://stackoverflow.com/questions/tagged/rust).
+call ourselves), and we can help you out. Other great resources include [our
+mailing list](https://mail.mozilla.org/listinfo/rust-dev), [the /r/rust
+subreddit](http://www.reddit.com/r/rust), and [Stack
+Overflow](http://stackoverflow.com/questions/tagged/rust).
 
 ## Hello, world!