File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
<h4 align =" center " >
24
24
<a href =" https://github.com/meilisearch/meilisearch " >Meilisearch</a > |
25
25
<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 > |
27
27
<a href =" https://www.meilisearch.com " >Website</a > |
28
28
<a href =" https://docs.meilisearch.com/faq " >FAQ</a >
29
29
</h4 >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ describe(`Test interface`, () => {
37
37
. first ( )
38
38
. should ( 'have.attr' , 'href' , 'https://github.com/meilisearch' )
39
39
. next ( )
40
- . should ( 'have.attr' , 'href' , 'https://discord.gg/ meilisearch' )
40
+ . should ( 'have.attr' , 'href' , 'https://discord.meilisearch.com ' )
41
41
. next ( )
42
42
. should ( 'have.attr' , 'href' , 'https://docs.meilisearch.com/' )
43
43
cy . get ( 'button[aria-label="close"]' ) . click ( )
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const HelpCenter = () => {
111
111
logo = { < DiscordLogo style = { { width : 62 } } /> }
112
112
title = "Discord"
113
113
description = "Join our Discord and find the help you need"
114
- href = "https://discord.gg/ meilisearch"
114
+ href = "https://discord.meilisearch.com "
115
115
/>
116
116
< HelpCard
117
117
logo = { < MeilisearchLogo style = { { width : 62 } } /> }
You can’t perform that action at this time.
0 commit comments