From e28385b14f62fba2e49c515cac4cafe79ba74839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Tue, 24 May 2022 23:15:14 +0200 Subject: [PATCH] Move the chat to Zulip (#2771) --- README.md | 8 ++++---- docs/layout.html | 2 +- docs/simple-application.md | 2 +- docs/support.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9cf2b3605..5b9f8ffba 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Donate at OpenCollective   - - Gitter + +

@@ -71,11 +71,11 @@ You may be interested in the [API Docs](https://mithril.js.org/api.html), a [Sim ## Getting Help -Mithril.js has an active & welcoming community on [Gitter](https://gitter.im/mithriljs/mithril.js), or feel free to ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/mithril.js) using the `mithril.js` tag. +Mithril.js has an active & welcoming community on [Zulip](https://mithril.zulipchat.com/), or feel free to ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/mithril.js) using the `mithril.js` tag. ## Contributing -There's a [Contributing FAQ](https://mithril.js.org/contributing.html) on the Mithril.js site that hopefully helps, but if not definitely hop into the [Gitter Room](https://gitter.im/mithriljs/mithril.js) and ask away! +There's a [Contributing FAQ](https://mithril.js.org/contributing.html) on the Mithril.js site that hopefully helps, but if not definitely hop into the [Zulip stream](https://mithril.zulipchat.com/) and ask away! --- diff --git a/docs/layout.html b/docs/layout.html index 4a95e1010..3e0fe4cd6 100644 --- a/docs/layout.html +++ b/docs/layout.html @@ -18,7 +18,7 @@

Mithril [archive-docs]

diff --git a/docs/simple-application.md b/docs/simple-application.md index ccb6bc9db..0e6b40fd8 100644 --- a/docs/simple-application.md +++ b/docs/simple-application.md @@ -733,4 +733,4 @@ This concludes the tutorial. In this tutorial, we went through the process of creating a very simple application where we can list users from a server and edit them individually. As an extra exercise, try to implement user creation and deletion on your own. -If you want to see more examples of Mithril.js code, check the [examples](examples.md) page. If you have questions, feel free to drop by the [Mithril.js chat room](https://gitter.im/MithrilJS/mithril.js). +If you want to see more examples of Mithril.js code, check the [examples](examples.md) page. If you have questions, feel free to drop by the [Mithril.js chat room](https://mithril.zulipchat.com/). diff --git a/docs/support.md b/docs/support.md index 7e8551e45..025dd144c 100644 --- a/docs/support.md +++ b/docs/support.md @@ -4,4 +4,4 @@ Where to find help with problems related to Mithril.js # Getting Help -Mithril.js has an active & welcoming community on [Gitter](https://gitter.im/mithriljs/mithril.js), or feel free to ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/mithril.js) using the `mithril.js` tag. +Mithril.js has an active & welcoming community on [Zulip](https://mithril.zulipchat.com/), or feel free to ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/mithril.js) using the `mithril.js` tag.