Skip to content

Commit fe446ff

Browse files
Update discord links to be a valid invite
1 parent db0fe46 commit fe446ff

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/develop/mainnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ An essential part of building a dApp is getting in touch with the community to s
7474
start contributing to your project. This will not only help your dApp's visibility but might result in a new community
7575
of users, that want to improve your dApp.
7676

77-
Head over to the [Evmos Discord](https://discord.gg/evmos) channel get in touch with the community and contributors and
77+
Head over to the [Evmos Discord](https://discord.com/invite/evmos-809048090249134080) channel get in touch with the community and contributors and
7878
showcase your dApp on one of the next community calls. We also have a [Telegram group](https://t.me/EvmosBuilders) for
7979
our builders.

docs/validate/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Discord. This is important since users will want to have information about the e
7070
## Community
7171

7272
Discuss the finer details of being a validator and seek advise from the rest of the validator community on our
73-
[Discord](https://discord.gg/evmos).
73+
[Discord](https://discord.com/invite/evmos-809048090249134080).

docs/validate/mainnet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ evmosd start
175175

176176
## Share your Peer
177177

178-
You can share your peer to posting it in the `#find-peers` channel in the [Evmos Discord](https://discord.gg/evmos).
178+
You can share your peer to posting it in the `#find-peers` channel in the [Evmos Discord](https://discord.com/invite/evmos-809048090249134080).
179179

180180
:::tip
181181
To get your Node ID use

docs/validate/testnet.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ We can set the [`persistent_peers`](https://docs.tendermint.com/v0.34/tendermint
125125
available peers on the [`testnets`](https://github.com/evmos/testnets) repo.
126126

127127
A list of available persistent peers is also available in the `#find-peers` channel in the
128-
[Evmos Discord](https://discord.gg/evmos). You can get a random 10 entries from the `peers.txt`
128+
[Evmos Discord](https://discord.com/invite/evmos-809048090249134080). You can get a random 10 entries from the `peers.txt`
129129
file in the `PEERS` variable by running the following command:
130130

131131
```bash
@@ -214,7 +214,7 @@ evmosd start
214214

215215
## Share your Peer
216216

217-
You can share your peer to posting it in the `#find-peers` channel in the [Evmos Discord](https://discord.gg/evmos).
217+
You can share your peer to posting it in the `#find-peers` channel in the [Evmos Discord](https://discord.com/invite/evmos-809048090249134080).
218218

219219
:::tip
220220
To get your Node ID use

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const config = {
203203
},
204204
{
205205
label: 'Discord',
206-
href: 'https://discord.gg/evmos',
206+
href: 'https://discord.com/invite/evmos-809048090249134080',
207207
},
208208
{
209209
label: 'Twitter',

0 commit comments

Comments
 (0)