From 1474da53f6f6724c8c8a9002805737dc667d2d61 Mon Sep 17 00:00:00 2001
From: thirsty-wing <112518380+thirsty-wing@users.noreply.github.com>
Date: Thu, 24 Aug 2023 22:40:15 +0000
Subject: [PATCH] Update Gitter link in README.md (#1175)

The link "https://gitter.im/juniper-graphql" responds with a 404. It appears
that the link should be updated to "https://gitter.im/juniper-graphql/Lobby".

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5a028b05..e5c1f96d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 [![Build Status](https://dev.azure.com/graphql-rust/GraphQL%20Rust/_apis/build/status/graphql-rust.juniper)](https://dev.azure.com/graphql-rust/GraphQL%20Rust/_build/latest?definitionId=1)
 [![codecov](https://codecov.io/gh/graphql-rust/juniper/branch/master/graph/badge.svg)](https://codecov.io/gh/graphql-rust/juniper)
 [![Crates.io](https://img.shields.io/crates/v/juniper.svg?maxAge=2592000)](https://crates.io/crates/juniper)
-[![Gitter chat](https://badges.gitter.im/juniper-graphql/gitter.svg)](https://gitter.im/juniper-graphql)
+[![Gitter chat](https://badges.gitter.im/juniper-graphql/gitter.svg)](https://gitter.im/juniper-graphql/Lobby)
 
 ---