Skip to content

Commit f55ff92

Browse files
authored
Merge pull request #4358 from nickmccurdy/discord-link
Only link to the Gatsby room of Reactiflux directly
2 parents 44c4ace + c249afa commit f55ff92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ tagged with **gatsby** or
4040
### Reactiflux Chat
4141

4242
If you need an answer right away, check out the
43-
[Reactiflux Discord](https://discord.gg/0ZcbPKXt5bZjGY5n) #gatsby channel. There
43+
[Reactiflux Discord](https://discord.gg/0ZcbPKXt5bVoxkfV) #gatsby channel. There
4444
are usually a number of Gatsby experts there who can help out or point you to
4545
useful resources.

docs/docs/how-to-file-an-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you want your issue to be resolved quickly, please include in your issue:
1111
`gatsby-node.js`, `gatsby-browser.js` `gatsby-ssr.js` files depending on
1212
changes you've made there.
1313

14-
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.
14+
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.
1515

1616
### Special Note on Issues
1717

www/src/components/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default ({ pathname }) => {
186186
}}
187187
>
188188
<a
189-
href="https://discord.gg/0ZcbPKXt5bZjGY5n"
189+
href="https://discord.gg/0ZcbPKXt5bVoxkfV"
190190
title="Discord"
191191
css={{
192192
...navItemStyles,

0 commit comments

Comments
 (0)