diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4833b3b0bd..78afc8fdab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ You can visit our [Trello project board](https://trello.com/b/ZuNx7sET) to get a Generally, things to the left are in progress or done. Some things go through "Coming up soon", but some will come directly out of other columns. Usually, the things closer to the top of each column are the ones that will be worked on soonest. If you are interested in cryptography, math, or just like hacking in python, there are many interesting problems to work on. -Contact any of the team members on [Keybase](https://keybase.io/team/chia_network.public), which we use as the main communication method. You can also comment on any Trello card. +Contact any of the team members on [Discord](https://discord.gg/chia), which we use as the main communication method. You can also comment on any Trello card. We ask that external contributors create a fork of the `main` branch for any feature work they wish to take on. diff --git a/Install.ps1 b/Install.ps1 index 5fec4e91ae..3ba7720d8c 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -119,8 +119,8 @@ if ($p) Write-Output "" Write-Output "Chia blockchain .\Install.ps1 complete." -Write-Output "For assistance join us on Keybase in the #support chat channel:" -Write-Output "https://keybase.io/team/chia_network.public" +Write-Output "For assistance join us on Discord in the #support chat channel:" +Write-Output "https://discord.gg/chia" Write-Output "" Write-Output "Try the Quick Start Guide to running chia-blockchain:" Write-Output "https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide" diff --git a/install.sh b/install.sh index 2276a59f30..cb3d57d8b8 100755 --- a/install.sh +++ b/install.sh @@ -356,8 +356,8 @@ fi echo "" echo "Chia blockchain install.sh complete." -echo "For assistance join us on Keybase in the #support chat channel:" -echo "https://keybase.io/team/chia_network.public" +echo "For assistance join us on Discord in the #support chat channel:" +echo "https://discord.gg/chia" echo "" echo "Try the Quick Start Guide to running chia-blockchain:" echo "https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide"