File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 3
3
Thanks for your interest in contributing to Diesel! We very much look forward to
4
4
your suggestions, bug reports, and pull requests.
5
5
6
- We run an active [ Gitter
7
- channel] ( https://gitter.im/diesel-rs/diesel ) where you can ask Diesel-related questions and
6
+ We run an active [ discussion forum] ( https://github.com/diesel-rs/diesel/discussions ) where you can ask Diesel-related questions and
8
7
get help. Feel free to ask there before opening a GitHub issue or
9
8
pull request.
10
9
Original file line number Diff line number Diff line change 3
3
# A safe, extensible ORM and Query Builder for Rust
4
4
5
5
[ ![ Build Status] ( https://github.com/diesel-rs/diesel/workflows/CI%20Tests/badge.svg )] ( https://github.com/diesel-rs/diesel/actions?query=workflow%3A%22CI+Tests%22+branch%3Amaster )
6
- [ ![ Gitter] ( https://badges.gitter.im/diesel-rs/diesel.svg )] ( https://gitter.im/diesel-rs/diesel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
7
6
[ ![ Crates.io] ( https://img.shields.io/crates/v/diesel.svg )] ( https://crates.io/crates/diesel )
8
7
9
8
API Documentation: [ latest release] ( https://docs.rs/diesel ) – [ master branch] ( https://docs.diesel.rs/master/diesel/index.html )
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Query schemas not known at compile time with Diesel
4
4
===================================================
5
5
6
6
[ ![ Build Status] ( https://travis-ci.org/diesel-rs/diesel.svg )] ( https://travis-ci.org/diesel-rs/diesel-dynamic-schema )
7
- [ ![ Gitter] ( https://badges.gitter.im/diesel-rs/diesel.svg )] ( https://gitter.im/diesel-rs/diesel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
8
7
9
8
API Documentation: [ latest release] ( https://docs.rs/diesel-dynamic-schema )
10
9
Original file line number Diff line number Diff line change 71
71
//!
72
72
//! ## Getting help
73
73
//!
74
- //! If you run into problems, Diesel has a very active Gitter room .
74
+ //! If you run into problems, Diesel has a very active discussion forum .
75
75
//! You can come ask for help at
76
- //! [gitter.im /diesel-rs/diesel](https://gitter.im /diesel-rs/diesel)
76
+ //! [github.com /diesel-rs/diesel/discussions ](https://github.com /diesel-rs/diesel/discussions )
77
77
78
78
// Built-in Lints
79
79
#![ warn( missing_docs) ]
Original file line number Diff line number Diff line change @@ -960,9 +960,9 @@ error[E0599]: no function or associated item named `belonging_to` found for type
960
960
Please check out other [ official guides] and [ docs]
961
961
for more information on using the Diesel framework.
962
962
963
- If you have any questions, join our [ gitter channel ] ,
963
+ If you have any questions, join our [ discussion forum ] ,
964
964
the Diesel team is happy to help.
965
965
966
966
[ official guides ] : https://diesel.rs/guides/
967
967
[ docs ] : https://docs.diesel.rs
968
- [ gitter channel ] : https://gitter.im /diesel-rs/diesel
968
+ [ discussion forum ] : https://github.com /diesel-rs/diesel/discussions
You can’t perform that action at this time.
0 commit comments