Skip to content

Commit

Permalink
Update Discord invite
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Sep 20, 2023
1 parent 3ec19e2 commit 8791eb4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://mockoon.com/"><img src="https://img.shields.io/badge/Website-Go-green.svg?style=flat-square&colorB=1997c6"/></a>
<a href="https://mockoon.com/newsletter/"><img src="https://img.shields.io/badge/Newsletter-Subscribe-green.svg?style=flat-square"/></a>
<a href="https://twitter.com/GetMockoon"><img src="https://img.shields.io/badge/Twitter_@GetMockoon-follow-blue.svg?style=flat-square&colorB=1da1f2"/></a>
<a href="https://discord.gg/MutRpsY5gE"><img src="https://img.shields.io/badge/Discord-go-blue.svg?style=flat-square&colorA=6c84d9&colorB=1da1f2"/></a>
<a href="https://discord.gg/FtJjkejKGp"><img src="https://img.shields.io/badge/Discord-go-blue.svg?style=flat-square&colorA=6c84d9&colorB=1da1f2"/></a>
<br>
<br>
<h1>Mockoon's website repository</h1>
Expand All @@ -19,7 +19,7 @@ This repository is home of Mockoon's documentation, tutorials and blog posts.

## Support/feedback

You can discuss all things related to Mockoon, and ask for help, on the [official community](https://github.com/mockoon/mockoon/discussions). It's also a good place to discuss bugs and feature requests before opening an issue on this repository. For more chat-like discussions, you can also join our [Discord server](https://discord.gg/MutRpsY5gE).
You can discuss all things related to Mockoon, and ask for help, on the [official community](https://github.com/mockoon/mockoon/discussions). It's also a good place to discuss bugs and feature requests before opening an issue on this repository. For more chat-like discussions, you can also join our [Discord server](https://discord.gg/FtJjkejKGp).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ const Footer: FunctionComponent<{
</li>
<li className='list-inline-item list-social-item me-2'>
<a
href='https://discord.gg/MutRpsY5gE'
href='https://discord.gg/FtJjkejKGp'
target='_blank'
rel='noopener'
className='text-decoration-none'
Expand Down
2 changes: 1 addition & 1 deletion content/old-releases/desktop/1.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ meta:

Welcome to this new release of Mockoon. There are several bug fixes and new features in this version that we hope you will like.

We also started working on the GraphQL mocking. As we want to deliver the right feature, we would be glad to gather more feedback on what you expect. Feel free to reach us on our [Discord server](https://discord.com/invite/JmTBk59MTb), or comment on the [issue](https://github.com/mockoon/mockoon/issues/143).
We also started working on the GraphQL mocking. As we want to deliver the right feature, we would be glad to gather more feedback on what you expect. Feel free to reach us on our [Discord server](https://discord.gg/FtJjkejKGp), or comment on the [issue](https://github.com/mockoon/mockoon/issues/143).

---

Expand Down
2 changes: 1 addition & 1 deletion pages/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Contact: FunctionComponent = function () {
</a>
&nbsp;|&nbsp;
<a
href='https://discord.gg/MutRpsY5gE'
href='https://discord.gg/FtJjkejKGp'
target='_blank'
rel='noopener'
>
Expand Down
4 changes: 2 additions & 2 deletions pages/pro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const faq: AccordionData = [
{
question: 'Can I give feedback or join a beta test?',
answer:
'Sure! You can join us on our <a href="https://discord.gg/MutRpsY5gE" target="_blank">Discord server</a>. We will be happy to hear from you.'
'Sure! You can join us on our <a href="https://discord.gg/FtJjkejKGp" target="_blank">Discord server</a>. We will be happy to hear from you.'
}
]
},
Expand All @@ -35,7 +35,7 @@ const faq: AccordionData = [
{
question: 'What is the "community support"?',
answer:
"Community support is the free support channel for Mockoon users. It is available on our <a href='https://github.com/mockoon/mockoon/discussions' target='_blank' rel='noopener'>GitHub repository</a> or <a href='https://discord.gg/MutRpsY5gE' target='_blank' rel='noopener'>Discord server</a>."
"Community support is the free support channel for Mockoon users. It is available on our <a href='https://github.com/mockoon/mockoon/discussions' target='_blank' rel='noopener'>GitHub repository</a> or <a href='https://discord.gg/FtJjkejKGp' target='_blank' rel='noopener'>Discord server</a>."
},
{
question: 'What is the "priority support" (Team and Enterprise plan)?',
Expand Down

0 comments on commit 8791eb4

Please sign in to comment.