File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,14 @@ There is a lot more documentation in the [wiki].
110
110
111
111
The Rust community congregates in a few places:
112
112
113
- * [ StackOverflow] - Get help here.
114
- * [ /r/ rust] - General discussion.
113
+ * [ StackOverflow] - Direct questions about using the language here.
114
+ * [ users. rust-lang.org ] - General discussion, broader questions .
115
115
* [ internals.rust-lang.org] - For development of the Rust language itself.
116
+ * [ /r/rust] - News and general discussion.
116
117
117
118
[ StackOverflow ] : http://stackoverflow.com/questions/tagged/rust
118
119
[ /r/rust ] : http://reddit.com/r/rust
120
+ [ users.rust-lang.org ] : http://users.rust-lang.org/
119
121
[ internals.rust-lang.org ] : http://internals.rust-lang.org/
120
122
121
123
## License
Original file line number Diff line number Diff line change @@ -39,10 +39,12 @@ Overflow](http://stackoverflow.com/questions/tagged/rust). Searching for your
39
39
problem might reveal someone who has asked it before!
40
40
41
41
There is an active [ subreddit] ( http://reddit.com/r/rust ) with lots of
42
- discussion about Rust.
42
+ discussion and news about Rust.
43
43
44
- There is also a [ developer forum] ( http://internals.rust-lang.org/ ) , where the
45
- development of Rust itself is discussed.
44
+ There is also a [ user forum] ( http://users.rust-lang.org ) , for all
45
+ user-oriented discussion, and a [ developer
46
+ forum] ( http://internals.rust-lang.org/ ) , where the development of Rust
47
+ itself is discussed.
46
48
47
49
# Specification
48
50
You can’t perform that action at this time.
0 commit comments