diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-04 19:49:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 19:49:51 -0500 |
commit | 159de0245d1924cdc0f007d96bfbfdab85f08ded (patch) | |
tree | 3e02ba4c1ef91d325687a084268abdbada5fb915 | |
parent | 5d3dfa4cf699ebd46baf5e75dd0ca2a55216a7c1 (diff) |
Use discord instead of gitter (#4253)
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | std/manual.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,6 +24,6 @@ more specifics. [Releases](Releases.md) -[Chat](https://gitter.im/denolife/Lobby) +[Chat](https://discord.gg/TGMHGv6) [More links](https://github.com/denolib/awesome-deno) diff --git a/std/manual.md b/std/manual.md index 271dcd6c7..72c61d99f 100644 --- a/std/manual.md +++ b/std/manual.md @@ -1476,7 +1476,7 @@ These Deno logos, like the Deno software, are distributed under the MIT license - Progress towards future releases is tracked [here](https://github.com/denoland/deno/milestones). - Please don't make [the benchmarks](https://deno.land/benchmarks.html) worse. -- Ask for help in the [community chat room](https://gitter.im/denolife/Lobby). +- Ask for help in the [community chat room](https://discord.gg/TGMHGv6). - If you are going to work on an issue, mention so in the issue comments _before_ you start working on the issue. |