Move the chat to Zulip (#2771)
This commit is contained in:
parent
527c0de6e2
commit
e28385b14f
4 changed files with 7 additions and 7 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<nav>
|
||||
<a href="index.html">Guide</a>
|
||||
<a href="api.html">API</a>
|
||||
<a href="https://gitter.im/MithrilJS/mithril.js">Chat</a>
|
||||
<a href="https://mithril.zulipchat.com/">Chat</a>
|
||||
<a href="https://github.com/MithrilJS/mithril.js">GitHub</a>
|
||||
</nav>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -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/).
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue