From 1e44c3585f69edf8de61319f745448108d6bd814 Mon Sep 17 00:00:00 2001
From: Sachin Kumar Singh <sachinkumarsingh092@gmail.com>
Date: Tue, 22 Jun 2021 14:03:49 +0530
Subject: [PATCH] README: Discord server instead of gitter for communication
 with devs (#23080)

The `README.md` links the Gitter channel for discussions, but the
official docs and even the Gitter channel itself recommend using the
official Discord Server for such discussions.
This PR simply changes the Gitter link and provides Discord invite link.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 77a403f7f..cb55f565c 100644
--- a/README.md
+++ b/README.md
@@ -332,7 +332,7 @@ from anyone on the internet, and are grateful for even the smallest of fixes!
 
 If you'd like to contribute to go-ethereum, please fork, fix, commit and send a pull request
 for the maintainers to review and merge into the main code base. If you wish to submit
-more complex changes though, please check up with the core devs first on [our gitter channel](https://gitter.im/ethereum/go-ethereum)
+more complex changes though, please check up with the core devs first on [our Discord Server](https://discord.gg/invite/nthXNEv)
 to ensure those changes are in line with the general philosophy of the project and/or get
 some early feedback which can make both your efforts much lighter as well as our review
 and merge procedures quick and simple.
-- 
GitLab