From ffabf4b5ffc60bb5fe403a29a66151f2ff2eaa4e Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Wed, 13 May 2015 13:46:48 -0700 Subject: [PATCH] Deprecate reactjs Google Group --- CONTRIBUTING.md | 2 +- docs/support.md | 8 +++++--- docs/tips/01-introduction.md | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c60ff435a..b9fe98e84b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe ## How to Get in Touch * IRC - [#reactjs on freenode](https://webchat.freenode.net/?channels=reactjs) -* Mailing list - [reactjs on Google Groups](https://groups.google.com/group/reactjs) +* Discussion forum - [discuss.reactjs.org](https://discuss.reactjs.org/) ## Style Guide diff --git a/docs/support.md b/docs/support.md index 9a51dd2960..bb8edc1291 100644 --- a/docs/support.md +++ b/docs/support.md @@ -10,9 +10,11 @@ id: support Many members of the community use Stack Overflow to ask questions. Read through the [existing questions](http://stackoverflow.com/questions/tagged/reactjs) tagged with **reactjs** or [ask your own](http://stackoverflow.com/questions/ask)! -## Google Groups mailing list +## Discussion forum -The **reactjs** Google Group is also a good place to ask questions and find answers. +For longer-form conversations about React, we've set up a [discussion forum at **discuss.reactjs.org**](https://discuss.reactjs.org/). This forum is a great place for discussion about best practices and application architecture as well as the future of React. If you have an answerable code-level question, please post it to Stack Overflow instead. + +In the forum there's also a category for job posts and a category for discussion of our weekly meeting notes. ## IRC @@ -20,6 +22,6 @@ Many developers and users idle on Freenode.net's IRC network in **[#reactjs on f ## Twitter -[**#reactjs** hash tag on Twitter](https://twitter.com/search?q=%23reactjs) is used to keep up with the latest React news. +For the latest news about React, [follow **@reactjs** on Twitter](https://twitter.com/reactjs). In addition, you can use the [**#reactjs** hashtag](https://twitter.com/search?q=%23reactjs) to keep up with the latest React news.
diff --git a/docs/tips/01-introduction.md b/docs/tips/01-introduction.md index 3b0eba7674..3a95c76732 100644 --- a/docs/tips/01-introduction.md +++ b/docs/tips/01-introduction.md @@ -10,4 +10,4 @@ The React tips section provides bite-sized information that can answer lots of q ## Contributing -Submit a pull request to the [React repository](https://github.com/facebook/react) following the [current tips](https://github.com/facebook/react/tree/master/docs) entries' style. If you have a recipe that needs review prior to submitting a PR you can find help in the [#reactjs channel on freenode](irc://chat.freenode.net/reactjs) or the [reactjs Google group](https://groups.google.com/group/reactjs). +Submit a pull request to the [React repository](https://github.com/facebook/react) following the [current tips](https://github.com/facebook/react/tree/master/docs) entries' style. If you have a recipe that needs review prior to submitting a PR you can find help in the [#reactjs channel on freenode](irc://chat.freenode.net/reactjs) or the [discuss.reactjs.org forum](https://discuss.reactjs.org/).