From cd1fabe55e8759f4a44de84021b39181ec9f04cf Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 22 Aug 2014 11:04:35 -0700 Subject: [PATCH] Add links to forums in README.md, including discuss.rust-lang.org --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e919f3329fe..097a2aeb6e4 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,18 @@ There is a lot more documentation in the [wiki]. [wiki]: https://github.com/rust-lang/rust/wiki +## Getting help and getting involved + +The Rust community congregates in a few places: + +* [StackOverflow] - Get help here. +* [/r/rust] - General discussion. +* [discuss.rust-lang.org] - For development of the Rust language itself. + +[StackOverflow]: http://stackoverflow.com/questions/tagged/rust +[/r/rust]: http://reddit.com/r/rust +[discuss.rust-lang.org]: http://discuss.rust-lang.org/ + ## License Rust is primarily distributed under the terms of both the MIT license