forked from Rust-related/RustPython
Gitter -> Discord
This commit is contained in:
@@ -202,4 +202,4 @@ There are some code generations involved in building RustPython:
|
||||
## Questions
|
||||
|
||||
Have you tried these steps and have a question, please chat with us on
|
||||
[gitter](https://gitter.im/rustpython/Lobby).
|
||||
[Discord](https://discord.gg/vru8NypEhv).
|
||||
|
||||
@@ -9,7 +9,7 @@ A Python-3 (CPython >= 3.10.0) Interpreter written in Rust :snake: :scream:
|
||||
[](https://codecov.io/gh/RustPython/RustPython)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/RustPython/RustPython/graphs/contributors)
|
||||
[](https://gitter.im/rustpython/Lobby)
|
||||

|
||||
[](https://docs.rs/rustpython/)
|
||||
[](https://crates.io/crates/rustpython)
|
||||
[](https://deps.rs/crate/rustpython/0.1.1)
|
||||
@@ -185,7 +185,7 @@ Documentation HTML files can then be found in the `target/doc` directory.
|
||||
## Contributing
|
||||
|
||||
Contributions are more than welcome, and in many cases we are happy to guide
|
||||
contributors through PRs or on gitter. Please refer to the
|
||||
contributors through PRs or on Discord. Please refer to the
|
||||
[development guide](DEVELOPMENT.md) as well for tips on developments.
|
||||
|
||||
With that in mind, please note this project is maintained by volunteers, some of
|
||||
@@ -208,8 +208,9 @@ method.
|
||||
[See this doc](wasm/README.md)
|
||||
|
||||
## Community
|
||||

|
||||
|
||||
Chat with us on [gitter][gitter].
|
||||
Chat with us on [Discord][discord].
|
||||
|
||||
## Code of conduct
|
||||
|
||||
@@ -221,7 +222,7 @@ The initial work was based on
|
||||
[windelbouwman/rspython](https://github.com/windelbouwman/rspython) and
|
||||
[shinglyu/RustPython](https://github.com/shinglyu/RustPython)
|
||||
|
||||
[gitter]: https://gitter.im/rustpython/Lobby
|
||||
[discord]: https://discord.gg/vru8NypEhv
|
||||
|
||||
## Links
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@ A Python-3 (CPython >= 3.8.0) Interpreter written in Rust.
|
||||
|
||||
[](https://travis-ci.org/RustPython/RustPython)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/RustPython/RustPython/graphs/contributors)
|
||||
[](https://gitter.im/rustpython/Lobby)
|
||||
|
||||
# WARNING: this project is still in a pre-alpha state!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user