Skip to content

Commit

Permalink
Remove more mentions of gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Nov 26, 2024
1 parent fb17608 commit c59ddfa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Thanks for your interest in contributing to Diesel! We very much look forward to
your suggestions, bug reports, and pull requests.

We run an active [Gitter
channel](https://gitter.im/diesel-rs/diesel) where you can ask Diesel-related questions and
We run an active [discussion forum](https://github.com/diesel-rs/diesel/discussions) where you can ask Diesel-related questions and
get help. Feel free to ask there before opening a GitHub issue or
pull request.

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# A safe, extensible ORM and Query Builder for Rust

[![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)
[![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)
[![Crates.io](https://img.shields.io/crates/v/diesel.svg)](https://crates.io/crates/diesel)

API Documentation: [latest release](https://docs.rs/diesel)[master branch](https://docs.diesel.rs/master/diesel/index.html)
Expand Down
1 change: 0 additions & 1 deletion diesel_dynamic_schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Query schemas not known at compile time with Diesel
===================================================

[![Build Status](https://travis-ci.org/diesel-rs/diesel.svg)](https://travis-ci.org/diesel-rs/diesel-dynamic-schema)
[![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)

API Documentation: [latest release](https://docs.rs/diesel-dynamic-schema)

Expand Down
4 changes: 2 additions & 2 deletions diesel_dynamic_schema/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
//!
//! ## Getting help
//!
//! If you run into problems, Diesel has a very active Gitter room.
//! If you run into problems, Diesel has a very active discussion forum.
//! You can come ask for help at
//! [gitter.im/diesel-rs/diesel](https://gitter.im/diesel-rs/diesel)
//! [github.com/diesel-rs/diesel/discussions](https://github.com/diesel-rs/diesel/discussions)
// Built-in Lints
#![warn(missing_docs)]
Expand Down
4 changes: 2 additions & 2 deletions guide_drafts/trait_derives.md
Original file line number Diff line number Diff line change
Expand Up @@ -960,9 +960,9 @@ error[E0599]: no function or associated item named `belonging_to` found for type
Please check out other [official guides] and [docs]
for more information on using the Diesel framework.

If you have any questions, join our [gitter channel],
If you have any questions, join our [discussion forum],
the Diesel team is happy to help.

[official guides]: https://diesel.rs/guides/
[docs]: https://docs.diesel.rs
[gitter channel]: https://gitter.im/diesel-rs/diesel
[discussion forum]: https://github.com/diesel-rs/diesel/discussions

0 comments on commit c59ddfa

Please sign in to comment.