Skip to content

Commit 417a755

Browse files
committed
Use discord instead of gitter.
1 parent 620f84d commit 417a755

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: _config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ github_username: RustPython
2626
disclaimer: "RustPython is in a development phase and should not be used in production or a fault intolerant setting. Our current build supports only about half of the Python standard library."
2727
github: https://github.com/RustPython/RustPython/
2828
docs: https://github.com/RustPython/docs/
29-
gitter: https://gitter.im/rustpython/Lobby
29+
discord: https://discord.com/invite/vru8NypEhv
3030
show_excerpts: true
3131
contributor_excerpt: "" # TODO: write something here, goes right under "Contributors" heading
3232
blog-intro: Create an issue if you see something wrong. Edit posts or create new ones via PR on <a target="_blank" href="https://github.com/RustPython/rustpython.github.io">github.com/RustPython/rustpython.github.io</a>
@@ -41,8 +41,8 @@ navigation:
4141
url: /docs
4242
- title: GitHub
4343
url: https://github.com/RustPython/RustPython/
44-
- title: Gitter
45-
url: https://gitter.im/rustpython/Lobby
44+
- title: Discord
45+
url: https://discord.com/invite/vru8NypEhv
4646

4747
dashboards:
4848
- title: CPython test compatibility

Diff for: _layouts/benchmarks.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{% if folders.size == 0 %}
3737
<p style="color: red;">There are no benchmarks to be displayed.</p>
3838
<p>This shouldn't be happening, please contact one of the maintainers
39-
through <a href="https://gitter.im/rustpython/Lobby">Gitter</a> to report this problem.</p>
39+
through <a href="https://discord.com/invite/vru8NypEhv">Discord</a> to report this problem.</p>
4040
{% else %}
4141
<ul class="tab" data-tab="benchmarks">
4242
{% for folder in folders %}
@@ -61,4 +61,4 @@
6161
{% endfor%}
6262
</ul>
6363
{% endif %}
64-
</div>
64+
</div>

0 commit comments

Comments
 (0)