Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitter -> Discord #61

Merged
merged 1 commit into from
Jan 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ github_username: RustPython
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."
github: https://github.com/RustPython/RustPython/
docs: https://github.com/RustPython/docs/
gitter: https://gitter.im/rustpython/Lobby
discord: https://discord.com/invite/vru8NypEhv
show_excerpts: true
contributor_excerpt: "" # TODO: write something here, goes right under "Contributors" heading
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:
url: /docs
- title: GitHub
url: https://github.com/RustPython/RustPython/
- title: Gitter
url: https://gitter.im/rustpython/Lobby
- title: Discord
url: https://discord.com/invite/vru8NypEhv

dashboards:
- title: CPython test compatibility
4 changes: 2 additions & 2 deletions _layouts/benchmarks.html
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
{% if folders.size == 0 %}
<p style="color: red;">There are no benchmarks to be displayed.</p>
<p>This shouldn't be happening, please contact one of the maintainers
through <a href="https://gitter.im/rustpython/Lobby">Gitter</a> to report this problem.</p>
through <a href="https://discord.com/invite/vru8NypEhv">Discord</a> to report this problem.</p>
{% else %}
<ul class="tab" data-tab="benchmarks">
{% for folder in folders %}
@@ -61,4 +61,4 @@
{% endfor%}
</ul>
{% endif %}
</div>
</div>