1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-20 05:11:53 +02:00

fix slack links in readme and contributing (#5256)

This commit is contained in:
Toby 2023-01-14 03:42:22 +00:00 committed by GitHub
parent 179d5c926e
commit 0df29a9dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@
<a href="https://unpkg.com/slate/dist/slate.min.js">
<img src="http://img.badgesize.io/https://unpkg.com/slate/dist/slate.min.js?compression=gzip&amp;label=size">
</a>
<a href="https://slate-slack.herokuapp.com">
<img src="https://slate-slack.herokuapp.com/badge.svg">
<a href="https://join.slack.com/t/slate-js/shared_invite/zt-f8t986ip-7dA1DyiqPpzootz1snKXkw">
<img src="https://img.shields.io/badge/slack-slate--js-brightgreen.svg?logo=slack">
</a>
<a href="./packages/slate/package.json">
<img src="https://img.shields.io/npm/v/slate.svg?maxAge=3600&label=version&colorB=007ec6">

View File

@ -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.