summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-29 15:49:00 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-29 15:49:00 -0800
commit5716ede92c58f44d9e5b36086292218640a5d1b9 (patch)
tree6b7c5f2a462938a2fc1f3661133e8b190d92f0d2 /README.md
parent7ea93abfb2c11111496d6e1f5b82fc21c2da27ad (diff)
doc: Add links to users.rust-lang.org
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ffffd523c9..605c2fc9a61 100644
--- a/README.md
+++ b/README.md
@@ -110,12 +110,14 @@ There is a lot more documentation in the [wiki].
The Rust community congregates in a few places:
-* [StackOverflow] - Get help here.
-* [/r/rust] - General discussion.
+* [StackOverflow] - Direct questions about using the language here.
+* [users.rust-lang.org] - General discussion, broader questions.
* [internals.rust-lang.org] - For development of the Rust language itself.
+* [/r/rust] - News and general discussion.
[StackOverflow]: http://stackoverflow.com/questions/tagged/rust
[/r/rust]: http://reddit.com/r/rust
+[users.rust-lang.org]: http://users.rust-lang.org/
[internals.rust-lang.org]: http://internals.rust-lang.org/
## License