From 5716ede92c58f44d9e5b36086292218640a5d1b9 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 29 Jan 2015 15:49:00 -0800 Subject: [PATCH] doc: Add links to users.rust-lang.org --- README.md | 6 ++++-- src/doc/index.md | 8 +++++--- 2 files changed, 9 insertions(+), 5 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 diff --git a/src/doc/index.md b/src/doc/index.md index f385a9798ea..252a3125ebd 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -39,10 +39,12 @@ Overflow](http://stackoverflow.com/questions/tagged/rust). Searching for your problem might reveal someone who has asked it before! There is an active [subreddit](http://reddit.com/r/rust) with lots of -discussion about Rust. +discussion and news about Rust. -There is also a [developer forum](http://internals.rust-lang.org/), where the -development of Rust itself is discussed. +There is also a [user forum](http://users.rust-lang.org), for all +user-oriented discussion, and a [developer +forum](http://internals.rust-lang.org/), where the development of Rust +itself is discussed. # Specification