Skip to content

Commit 5aadf61

Browse files
committed
Gitter -> Discord
1 parent 42b304a commit 5aadf61

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ There are some code generations involved in building RustPython:
202202
## Questions
203203

204204
Have you tried these steps and have a question, please chat with us on
205-
[gitter](https://gitter.im/rustpython/Lobby).
205+
[Discord](https://discord.gg/vru8NypEhv).

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Python-3 (CPython >= 3.10.0) Interpreter written in Rust :snake: :scream:
99
[![codecov](https://codecov.io/gh/RustPython/RustPython/branch/main/graph/badge.svg)](https://codecov.io/gh/RustPython/RustPython)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
1111
[![Contributors](https://img.shields.io/github/contributors/RustPython/RustPython.svg)](https://github.com/RustPython/RustPython/graphs/contributors)
12-
[![Gitter](https://badges.gitter.im/RustPython/Lobby.svg)](https://gitter.im/rustpython/Lobby)
12+
![Discord Shield](https://discordapp.com/api/guilds/1043121930691149845/widget.png?style=shield)
1313
[![docs.rs](https://docs.rs/rustpython/badge.svg)](https://docs.rs/rustpython/)
1414
[![Crates.io](https://img.shields.io/crates/v/rustpython)](https://crates.io/crates/rustpython)
1515
[![dependency status](https://deps.rs/crate/rustpython/0.1.1/status.svg)](https://deps.rs/crate/rustpython/0.1.1)
@@ -185,7 +185,7 @@ Documentation HTML files can then be found in the `target/doc` directory.
185185
## Contributing
186186

187187
Contributions are more than welcome, and in many cases we are happy to guide
188-
contributors through PRs or on gitter. Please refer to the
188+
contributors through PRs or on Discord. Please refer to the
189189
[development guide](DEVELOPMENT.md) as well for tips on developments.
190190

191191
With that in mind, please note this project is maintained by volunteers, some of
@@ -208,8 +208,9 @@ method.
208208
[See this doc](wasm/README.md)
209209

210210
## Community
211+
![Discord Banner](https://discordapp.com/api/guilds/1043121930691149845/widget.png?style=banner2)
211212

212-
Chat with us on [gitter][gitter].
213+
Chat with us on [discord][Discord].
213214

214215
## Code of conduct
215216

@@ -221,7 +222,7 @@ The initial work was based on
221222
[windelbouwman/rspython](https://github.com/windelbouwman/rspython) and
222223
[shinglyu/RustPython](https://github.com/shinglyu/RustPython)
223224

224-
[gitter]: https://gitter.im/rustpython/Lobby
225+
[discord]: https://discord.gg/vru8NypEhv
225226

226227
## Links
227228

wasm/lib/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ A Python-3 (CPython >= 3.8.0) Interpreter written in Rust.
44

55
[![Build Status](https://travis-ci.org/RustPython/RustPython.svg?branch=main)](https://travis-ci.org/RustPython/RustPython)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
7-
[![Contributors](https://img.shields.io/github/contributors/RustPython/RustPython.svg)](https://github.com/RustPython/RustPython/graphs/contributors)
8-
[![Gitter](https://badges.gitter.im/RustPython/Lobby.svg)](https://gitter.im/rustpython/Lobby)
97

108
# WARNING: this project is still in a pre-alpha state!
119

0 commit comments

Comments
 (0)