Skip to content

Commit

Permalink
Deprecate reactjs Google Group
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed May 13, 2015
1 parent 67aea08 commit ffabf4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 5 additions & 3 deletions docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ 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

<a href="https://groups.google.com/group/reactjs" target="_blank">The **reactjs** Google Group</a> 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

Many developers and users idle on Freenode.net's IRC network in **[#reactjs on freenode](irc://chat.freenode.net/reactjs)**.

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

<div><a class="twitter-timeline" data-dnt="true" data-chrome="nofooter noheader transparent" href="https://twitter.com/search?q=%23reactjs" data-widget-id="342522405270470656"></a></div>
2 changes: 1 addition & 1 deletion docs/tips/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit ffabf4b

Please sign in to comment.