Skip to content

Commit c59ddfa

Browse files
committed
Remove more mentions of gitter
1 parent fb17608 commit c59ddfa

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Thanks for your interest in contributing to Diesel! We very much look forward to
44
your suggestions, bug reports, and pull requests.
55

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
87
get help. Feel free to ask there before opening a GitHub issue or
98
pull request.
109

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# A safe, extensible ORM and Query Builder for Rust
44

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

98
API Documentation: [latest release](https://docs.rs/diesel)[master branch](https://docs.diesel.rs/master/diesel/index.html)

diesel_dynamic_schema/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Query schemas not known at compile time with Diesel
44
===================================================
55

66
[![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)
87

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

diesel_dynamic_schema/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
//!
7272
//! ## Getting help
7373
//!
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.
7575
//! 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)
7777
7878
// Built-in Lints
7979
#![warn(missing_docs)]

guide_drafts/trait_derives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,9 @@ error[E0599]: no function or associated item named `belonging_to` found for type
960960
Please check out other [official guides] and [docs]
961961
for more information on using the Diesel framework.
962962

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

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

0 commit comments

Comments
 (0)