From 0df29a9dd7a1763707997fd47890c94487ba5b1c Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 14 Jan 2023 03:42:22 +0000 Subject: [PATCH] fix slack links in readme and contributing (#5256) --- Readme.md | 4 ++-- docs/general/contributing.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index f4ed20ecc..65da23483 100644 --- a/Readme.md +++ b/Readme.md @@ -26,8 +26,8 @@ - - + + diff --git a/docs/general/contributing.md b/docs/general/contributing.md index 6be92bdd6..600db9976 100644 --- a/docs/general/contributing.md +++ b/docs/general/contributing.md @@ -32,9 +32,9 @@ Here's a [JSFiddle template for Slate](https://jsfiddle.net/01pLxfzu/) to get yo ## Asking Questions -We've also got a [Slate Slack team](https://slate-slack.herokuapp.com) where you can ask questions and get answers from other people using Slate: +We've also got a [Slate Slack team](https://join.slack.com/t/slate-js/shared_invite/zt-f8t986ip-7dA1DyiqPpzootz1snKXkw) where you can ask questions and get answers from other people using Slate: -[![](../.gitbook/assets/slack.png)](https://slate-slack.herokuapp.com) +[![](../.gitbook/assets/slack.png)](https://join.slack.com/t/slate-js/shared_invite/zt-f8t986ip-7dA1DyiqPpzootz1snKXkw) Please use the Slack instead of asking questions in issues, since we want to reserve issues for keeping track of bugs and features. We close questions in issues so that maintaining the project isn't overwhelming.