Skip to content

Commit 62a8462

Browse files
committed
rollup merge of #21762: brson/users
2 parents 9d970c6 + 5716ede commit 62a8462

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,14 @@ There is a lot more documentation in the [wiki].
110110

111111
The Rust community congregates in a few places:
112112

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.
115115
* [internals.rust-lang.org] - For development of the Rust language itself.
116+
* [/r/rust] - News and general discussion.
116117

117118
[StackOverflow]: http://stackoverflow.com/questions/tagged/rust
118119
[/r/rust]: http://reddit.com/r/rust
120+
[users.rust-lang.org]: http://users.rust-lang.org/
119121
[internals.rust-lang.org]: http://internals.rust-lang.org/
120122

121123
## License

src/doc/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ Overflow](http://stackoverflow.com/questions/tagged/rust). Searching for your
3939
problem might reveal someone who has asked it before!
4040

4141
There is an active [subreddit](http://reddit.com/r/rust) with lots of
42-
discussion about Rust.
42+
discussion and news about Rust.
4343

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.
4648

4749
# Specification
4850

0 commit comments

Comments
 (0)