Skip to content

Commit

Permalink
Merge pull request ProvableHQ#1623 from ljedrz/testnet2_fix_discord_l…
Browse files Browse the repository at this point in the history
…inks

Fix the Discord links
  • Loading branch information
howardwu authored Feb 12, 2022
2 parents 62b68e3 + 54f4802 commit 7ac8094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">
<a href="https://circleci.com/gh/AleoHQ/snarkOS"><img src="https://circleci.com/gh/AleoHQ/snarkOS.svg?style=svg&circle-token=6e9ad6d39d95350544f352d34e0e5c62ef54db26"></a>
<a href="https://codecov.io/gh/AleoHQ/snarkOS"><img src="https://codecov.io/gh/AleoHQ/snarkOS/branch/master/graph/badge.svg?token=cck8tS9HpO"/></a>
<a href="https://discord.gg/5v2ynrw2ds"><img src="https://img.shields.io/discord/700454073459015690?logo=discord"/></a>
<a href="https://www.aleo.org/discord"><img src="https://img.shields.io/discord/700454073459015690?logo=discord"/></a>
</p>

## <a name='TableofContents'></a>Table of Contents
Expand Down
4 changes: 2 additions & 2 deletions src/display/aleo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub fn notification_message<N: Network>(miner: Option<Address<N>>) -> String {
==================================================================================================
The incentivized testnet will be announced on Discord. Visit https://discord.gg/5v2ynrw2ds
The incentivized testnet will be announced on Discord. Visit https://www.aleo.org/discord
for the official launch announcement on November 30, 2021, from the Aleo team.
Minimum requirements:
Expand All @@ -67,7 +67,7 @@ pub fn notification_message<N: Network>(miner: Option<Address<N>>) -> String {
3. Ensure your Aleo node is running the `run-client.sh` or `run-miner.sh` script,
in order to automatically stay up to date on the incentivized testnet.
4. File technical issues on Github at https://github.com/AleoHQ/snarkOS/issues/new/choose
5. Ask questions on Discord at https://discord.gg/5v2ynrw2ds
5. Ask questions on Discord at https://www.aleo.org/discord
6. Please be respectful to all members of the Aleo community.
To claim rewards (after February 15, 2022):
Expand Down

0 comments on commit 7ac8094

Please sign in to comment.