From 41a1088d04ef7f44a4d1dc46f173181cba91c215 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Sun, 14 Jun 2020 17:06:44 -0600 Subject: [PATCH] Replace Spectrum links with GitHub Discussions (#9102) --- README.md | 2 +- docusaurus/website/docusaurus.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55e8b891f20..08f1146db07 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Create React apps with no build configuration. Create React App works on macOS, Windows, and Linux.
If something doesn’t work, please [file an issue](https://github.com/facebook/create-react-app/issues/new).
-If you have questions or need help, please ask in our [Spectrum](https://spectrum.chat/create-react-app) community. +If you have questions or need help, please ask in [GitHub Discussions](https://github.com/facebook/create-react-app/discussions). ## Quick Overview diff --git a/docusaurus/website/docusaurus.config.js b/docusaurus/website/docusaurus.config.js index 11a5e25aba7..23849556969 100644 --- a/docusaurus/website/docusaurus.config.js +++ b/docusaurus/website/docusaurus.config.js @@ -82,8 +82,8 @@ const siteConfig = { 'https://stackoverflow.com/questions/tagged/create-react-app', }, { - label: 'Spectrum', - href: 'https://spectrum.chat/create-react-app', + label: 'GitHub Discussions', + href: 'https://github.com/facebook/create-react-app/discussions', }, { label: 'Twitter',