From 569f2e2d0a9c2c96ddc76a30b407fe77d0bfce92 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Thu, 26 Sep 2019 14:04:48 -0400 Subject: [PATCH] Use vanity URL for Reactiflux (#2372) --- content/community/support.md | 2 +- content/footerNav.yml | 2 +- content/tutorial/tutorial.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/community/support.md b/content/community/support.md index c392b86a..cb31a529 100644 --- a/content/community/support.md +++ b/content/community/support.md @@ -26,7 +26,7 @@ Each community consists of many thousands of React users. * [DEV's React community](https://dev.to/t/react) * [Hashnode's React community](https://hashnode.com/n/reactjs) -* [Reactiflux online chat](https://discord.gg/0ZcbPKXt5bZjGY5n) +* [Reactiflux online chat](https://discord.gg/reactiflux) * [Reddit's React community](https://www.reddit.com/r/reactjs/) * [Spectrum's React community](https://spectrum.chat/react) diff --git a/content/footerNav.yml b/content/footerNav.yml index f4a6728d..179a6e2d 100644 --- a/content/footerNav.yml +++ b/content/footerNav.yml @@ -30,7 +30,7 @@ channels: to: https://reactjs.org/community/support.html#popular-discussion-forums external: true - title: Reactiflux Chat - to: https://discord.gg/0ZcbPKXt5bZjGY5n + to: https://discord.gg/reactiflux external: true - title: DEV Community to: https://dev.to/t/react diff --git a/content/tutorial/tutorial.md b/content/tutorial/tutorial.md index 466cc6a5..e90f8ae8 100644 --- a/content/tutorial/tutorial.md +++ b/content/tutorial/tutorial.md @@ -118,7 +118,7 @@ We recommend following [these instructions](https://babeljs.io/docs/editors/) to ### Help, I'm Stuck! {#help-im-stuck} -If you get stuck, check out the [community support resources](/community/support.html). In particular, [Reactiflux Chat](https://discord.gg/0ZcbPKXt5bZjGY5n) is a great way to get help quickly. If you don't receive an answer, or if you remain stuck, please file an issue, and we'll help you out. +If you get stuck, check out the [community support resources](/community/support.html). In particular, [Reactiflux Chat](https://discord.gg/reactiflux) is a great way to get help quickly. If you don't receive an answer, or if you remain stuck, please file an issue, and we'll help you out. ## Overview {#overview}