Skip to content

Update discord links to be a valid invite #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/develop/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ An essential part of building a dApp is getting in touch with the community to s
start contributing to your project. This will not only help your dApp's visibility but might result in a new community
of users, that want to improve your dApp.

Head over to the [Evmos Discord](https://discord.gg/evmos) channel get in touch with the community and contributors and
Head over to the [Evmos Discord](https://discord.com/invite/evmos-809048090249134080) channel get in touch with the community and contributors and
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of these links should be a discord vanity url instead of this invite.

showcase your dApp on one of the next community calls. We also have a [Telegram group](https://t.me/EvmosBuilders) for
our builders.
2 changes: 1 addition & 1 deletion docs/validate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ Discord. This is important since users will want to have information about the e
## Community

Discuss the finer details of being a validator and seek advise from the rest of the validator community on our
[Discord](https://discord.gg/evmos).
[Discord](https://discord.com/invite/evmos-809048090249134080).
2 changes: 1 addition & 1 deletion docs/validate/mainnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ evmosd start

## Share your Peer

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

:::tip
To get your Node ID use
Expand Down
4 changes: 2 additions & 2 deletions docs/validate/testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ We can set the [`persistent_peers`](https://docs.tendermint.com/v0.34/tendermint
available peers on the [`testnets`](https://github.com/evmos/testnets) repo.

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

```bash
Expand Down Expand Up @@ -214,7 +214,7 @@ evmosd start

## Share your Peer

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

:::tip
To get your Node ID use
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const config = {
},
{
label: 'Discord',
href: 'https://discord.gg/evmos',
href: 'https://discord.com/invite/evmos-809048090249134080',
},
{
label: 'Twitter',
Expand Down