From c1afc349afb04d340bab2161e8f56177919873ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Cortier?= Date: Thu, 30 Jun 2022 18:07:22 -0400 Subject: [PATCH] docs: update dev chat link (#2188) The gitter room is not used anymore. This commit updates CONTRIBUTING.md to guide the reader to the discord channel. Co-authored-by: Eliza Weisman (cherry picked from commit b310ed251be3325e197417c96e70f2568a2699e3) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f510d5379..5e6df6f9e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,14 +12,14 @@ expert, we can use your help. This guide will help you get started. **Do not let this guide intimidate you**. It should be considered a map to help you navigate the process. -You may also get help with contributing in the [dev channel][dev], please join -us! +You may also get help with contributing in [Tokio's Discord server][discord], +`#tracing-dev` channel. Please join us! Tracing is a part of the [Tokio][tokio] project, and follows the project's guidelines for contributing. This document is based on the [`CONTRIBUTING.md` file][tokio-contrib] in the `tokio-rs/tokio` repository. -[dev]: https://gitter.im/tokio-rs/dev +[discord]: https://discord.gg/tokio [tokio]: https://tokio.rs [tokio-contrib]: https://github.com/tokio-rs/tokio/blob/master/CONTRIBUTING.md