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

Only link to the Gatsby room of Reactiflux directly #4358

Merged
merged 1 commit into from
Mar 5, 2018
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 docs/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ tagged with **gatsby** or
### Reactiflux Chat

If you need an answer right away, check out the
[Reactiflux Discord](https://discord.gg/0ZcbPKXt5bZjGY5n) #gatsby channel. There
[Reactiflux Discord](https://discord.gg/0ZcbPKXt5bVoxkfV) #gatsby channel. There
are usually a number of Gatsby experts there who can help out or point you to
useful resources.
2 changes: 1 addition & 1 deletion docs/docs/how-to-file-an-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you want your issue to be resolved quickly, please include in your issue:
`gatsby-node.js`, `gatsby-browser.js` `gatsby-ssr.js` files depending on
changes you've made there.

Please do not use the issue tracker for personal support requests. [Stack Overflow](http://stackoverflow.com/questions/ask?tags=gatsby) (**gatsby** tag) and the [Reactiflux Discord](https://discord.gg/0ZcbPKXt5bZjGY5n) #gatsby channels are better places to get help.
Please do not use the issue tracker for personal support requests. [Stack Overflow](http://stackoverflow.com/questions/ask?tags=gatsby) (**gatsby** tag) and the [Reactiflux Discord](https://discord.gg/0ZcbPKXt5bVoxkfV) #gatsby channels are better places to get help.

### Special Note on Issues

Expand Down
2 changes: 1 addition & 1 deletion www/src/components/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default ({ pathname }) => {
}}
>
<a
href="https://discord.gg/0ZcbPKXt5bZjGY5n"
href="https://discord.gg/0ZcbPKXt5bVoxkfV"
title="Discord"
css={{
...navItemStyles,
Expand Down