Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move chat to slack #477

Merged
merged 1 commit into from
Aug 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You could:
- [Build new features][build-new-features]
- [Help triage issues][help-triage-issues]

Not sure where to start? Join us [on gitter](https://gitter.im/redfin/react-server) and ask!
Not sure where to start? Join us [on slack](https://slack.react-server.io/) and ask!

## Getting started

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status][build-badge-img]][build-url]
[![NPM version][npm-version-img]][npm-url]
[![NPM downloads per month][npm-downloads-img]][npm-url]
[![Chat on Gitter][gitter-img]][gitter-url]
[![Chat on Slack][slack-img]][slack-url]
[![NPM license][npm-license-img]][npm-url]
[![Powered by Redfin][redfin-img]][redfin-url]

Expand Down Expand Up @@ -81,5 +81,5 @@ See [the contributing guide](CONTRIBUTING.md) to get started.
[npm-version-img]: https://badge.fury.io/js/react-server.svg
[npm-license-img]: https://img.shields.io/npm/l/react-server.svg
[npm-downloads-img]: https://img.shields.io/npm/dm/react-server.svg
[gitter-url]: https://gitter.im/redfin/react-server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[gitter-img]: https://badges.gitter.im/redfin/react-server.svg
[slack-url]: https://slack.react-server.io/
[slack-img]: https://slack.react-server.io/badge.svg
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bring-your-own Flux implementation stack. At Redfin, we use
[Spring MVC](http://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.html)
and [Reflux](https://github.com/reflux/refluxjs), respectively, but it shouldn't
matter what technology you chose for either. Choosing a tech stack is out of
scope for our documentation, but come swing by our gitter if you'd like to talk
scope for our documentation, but come swing by our [slack](https://slack.react-server.io/) if you'd like to talk
about it.

If you still aren't convinced on React Server, check out our
Expand Down