Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
docs: update discord link (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze authored Sep 7, 2021
1 parent 26c5eab commit c3f70ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.sol
**/**.go
go.mod
go.sum
Expand Down Expand Up @@ -83,10 +84,11 @@ jobs:
- uses: technote-space/get-diff-action@v5
id: git_diff
with:
SUFFIX_FILTER: |
.go
.mod
.sum
PATTERNS: |
**/**.sol
**/**.go
go.mod
go.sum
- name: test-solidity
run: |
make test-solidity
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parent:
</a>
</div>
<div align="center">
<a href="https://discord.gg/3ZbxEq4KDu">
<a href="https://discord.gg/trje9XuAmy">
<img alt="Discord" src="https://img.shields.io/discord/809048090249134080.svg" />
</a>
<!-- <a href="https://github.com/tharsis/ethermint/actions?query=branch%3Amain+workflow%3ABuild">
Expand Down Expand Up @@ -71,7 +71,7 @@ The following chat channels and forums are a great spot to ask questions about E

- [Ethermint Twitter](https://twitter.com/ethermint)
- [Tharsis Twitter](https://twitter.com/ethermint)
- [Ethermint Discord](https://discord.gg/3ZbxEq4KDu)
- [Ethermint Discord](https://discord.gg/trje9XuAmy)
- [Ethermint Forum](https://forum.cosmos.network/c/ethermint)

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module.exports = {
chat: {
title: 'Developer Chat',
text: 'Chat with Ethermint developers on Discord.',
url: 'https://discord.gg/3ZbxEq4KDu',
url: 'https://discord.gg/trje9XuAmy',
bg: 'linear-gradient(103.75deg, #1B1E36 0%, #22253F 100%)'
},
forum: {
Expand Down Expand Up @@ -245,7 +245,7 @@ module.exports = {
title: 'Community',
children: [{
title: 'Ethermint Community',
url: 'https://discord.gg/3ZbxEq4KDu'
url: 'https://discord.gg/trje9XuAmy'
},
{
title: 'Ethermint Forum',
Expand Down

0 comments on commit c3f70ae

Please sign in to comment.