Skip to content

Commit 2b37a57

Browse files
Striftmdubus
authored andcommitted
Update discord links
1 parent 2a09528 commit 2b37a57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h4 align="center">
2424
<a href="https://github.com/meilisearch/meilisearch">Meilisearch</a> |
2525
<a href="https://docs.meilisearch.com">Documentation</a> |
26-
<a href="https://discord.gg/meilisearch">Discord</a> |
26+
<a href="https://discord.meilisearch.com">Discord</a> |
2727
<a href="https://www.meilisearch.com">Website</a> |
2828
<a href="https://docs.meilisearch.com/faq">FAQ</a>
2929
</h4>

cypress/e2e/test-interface.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe(`Test interface`, () => {
3737
.first()
3838
.should('have.attr', 'href', 'https://github.com/meilisearch')
3939
.next()
40-
.should('have.attr', 'href', 'https://discord.gg/meilisearch')
40+
.should('have.attr', 'href', 'https://discord.meilisearch.com')
4141
.next()
4242
.should('have.attr', 'href', 'https://docs.meilisearch.com/')
4343
cy.get('button[aria-label="close"]').click()

src/components/Header/HelpCenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const HelpCenter = () => {
111111
logo={<DiscordLogo style={{ width: 62 }} />}
112112
title="Discord"
113113
description="Join our Discord and find the help you need"
114-
href="https://discord.gg/meilisearch"
114+
href="https://discord.meilisearch.com"
115115
/>
116116
<HelpCard
117117
logo={<MeilisearchLogo style={{ width: 62 }} />}

0 commit comments

Comments
 (0)