Skip to content

Commit 8f6d0a2

Browse files
committed
docs(readme): replace irc links with discord links
1 parent 9832aef commit 8f6d0a2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Released API docs](https://docs.rs/hyper/badge.svg)](https://docs.rs/hyper)
55
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
66
[![CI](https://github.com/hyperium/hyper/workflows/CI/badge.svg)](https://github.com/hyperium/hyper/actions?query=workflow%3ACI)
7+
[![Discord chat][discord-badge]][discord-url]
78

89
A **fast** and **correct** HTTP implementation for Rust.
910

@@ -30,13 +31,11 @@ Both are built on top of this library.
3031

3132
To get involved, take a look at [CONTRIBUTING](CONTRIBUTING.md).
3233

33-
There are two main avenues for real-time chatting about hyper: a [Gitter room][gitter]
34-
and [irc.mozilla.org/hyper][irc]. They are mirrored, so choose whichever format you
35-
prefer.
36-
37-
[gitter]: https://gitter.im/hyperium/hyper
38-
[irc]: https://kiwiirc.com/nextclient/irc.mozilla.org/#hyper
34+
If you prefer chatting, there is an active community in the [Discord server][discord-url].
3935

4036
## License
4137

4238
hyper is provided under the MIT license. See [LICENSE](LICENSE).
39+
40+
[discord-badge]: https://img.shields.io/discord/500028886025895936.svg?logo=discord
41+
[discord-url]: https://discord.gg/kkwpueZ

0 commit comments

Comments
 (0)