Skip to content

Commit 7941223

Browse files
authored
Update discord link (#5253)
* update discord link to cypress onlink * update discord link in troubleshooting guide * update discord link in main nav
1 parent 1d5bedc commit 7941223

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guides/references/troubleshooting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resolved.
1616

1717
Check these support resources:
1818

19-
- Connect with our community in [Discord](https://discord.gg/cypress)
19+
- Connect with our community in [Discord](https://on.cypress.io/discord)
2020
- Search existing [GitHub issues](https://github.com/cypress-io/cypress/issues)
2121
- Search this documentation (search is in the top right) 😉
2222
- Search [Stack Overflow](https://stackoverflow.com/questions/tagged/cypress)

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const config = {
138138
'aria-label': 'Cypress GitHub repository',
139139
},
140140
{
141-
href: 'https://discord.gg/cypress',
141+
href: 'https://on.cypress.io/discord',
142142
position: 'right',
143143
className: 'discord-logo',
144144
'aria-label': 'Cypress Discord',
@@ -192,7 +192,7 @@ const config = {
192192
// },
193193
{
194194
label: 'Discord',
195-
href: 'https://discord.com/invite/cypress',
195+
href: 'https://on.cypress.io/discord',
196196
},
197197
{
198198
label: 'Twitter',

0 commit comments

Comments
 (0)