mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-11 11:12:06 +00:00
Update references to chat channels.
This commit is contained in:
parent
368f387c21
commit
ce95839843
23
README.md
23
README.md
@ -3,8 +3,8 @@
|
|||||||
[![Build Status](https://dev.azure.com/SergioBenitez/Rocket/_apis/build/status/SergioBenitez.Rocket?branchName=v0.4)](https://dev.azure.com/SergioBenitez/Rocket/_build/latest?definitionId=3&branchName=v0.4)
|
[![Build Status](https://dev.azure.com/SergioBenitez/Rocket/_apis/build/status/SergioBenitez.Rocket?branchName=v0.4)](https://dev.azure.com/SergioBenitez/Rocket/_build/latest?definitionId=3&branchName=v0.4)
|
||||||
[![Rocket Homepage](https://img.shields.io/badge/web-rocket.rs-red.svg?style=flat&label=https&colorB=d33847)](https://rocket.rs)
|
[![Rocket Homepage](https://img.shields.io/badge/web-rocket.rs-red.svg?style=flat&label=https&colorB=d33847)](https://rocket.rs)
|
||||||
[![Current Crates.io Version](https://img.shields.io/crates/v/rocket.svg)](https://crates.io/crates/rocket)
|
[![Current Crates.io Version](https://img.shields.io/crates/v/rocket.svg)](https://crates.io/crates/rocket)
|
||||||
[![Chat on Matrix](https://img.shields.io/badge/style-matrix-blue.svg?style=flat&label=chat)](https://riot.im/app/#/room/#mozilla_#rocket:matrix.org)
|
[![Matrix: #rocket:mozilla.org](https://img.shields.io/badge/style-%23rocket:mozilla.org-blue.svg?style=flat&label=[m])](https://chat.mozilla.org/#/room/#rocket:mozilla.org)
|
||||||
[![IRC: #rocket on irc.mozilla.org](https://img.shields.io/badge/style-%23rocket-blue.svg?style=flat&label=mozilla)](https://kiwiirc.com/client/irc.mozilla.org/#rocket)
|
[![IRC: #rocket on chat.freenode.net](https://img.shields.io/badge/style-%23rocket-blue.svg?style=flat&label=freenode)](https://kiwiirc.com/client/chat.freenode.net/#rocket)
|
||||||
|
|
||||||
Rocket is web framework for Rust (nightly) with a focus on ease-of-use,
|
Rocket is web framework for Rust (nightly) with a focus on ease-of-use,
|
||||||
expressibility, and speed. Here's an example of a complete Rocket application:
|
expressibility, and speed. Here's an example of a complete Rocket application:
|
||||||
@ -45,16 +45,15 @@ Rocket is extensively documented:
|
|||||||
[Guide]: https://rocket.rs/v0.4/guide
|
[Guide]: https://rocket.rs/v0.4/guide
|
||||||
[API Documentation]: https://api.rocket.rs/v0.4/rocket
|
[API Documentation]: https://api.rocket.rs/v0.4/rocket
|
||||||
|
|
||||||
The official community support channels are the `#rocket` IRC channel on the
|
The official community support channels are [`#rocket:mozilla.org`] on Matrix
|
||||||
[Mozilla IRC Server](https://wiki.mozilla.org/IRC) at `irc.mozilla.org` and the
|
and the bridged [`#rocket`] IRC channel on Freenode at `chat.freenode.net`. We
|
||||||
bridged [Rocket room on
|
recommend joining us on [Matrix via Riot]. If your prefer IRC, you can join via
|
||||||
Matrix](https://riot.im/app/#/room/#mozilla_#rocket:matrix.org). If you're not
|
the [Kiwi IRC client] or a client of your own.
|
||||||
familiar with IRC, we recommend chatting through [Matrix via
|
|
||||||
Riot](https://riot.im/app/#/room/#mozilla_#rocket:matrix.org) or via the [Kiwi
|
[`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
|
||||||
web IRC client](https://kiwiirc.com/client/irc.mozilla.org/#rocket). You can
|
[`#rocket`]: https://kiwiirc.com/client/chat.freenode.net/#rocket
|
||||||
learn more about IRC via Mozilla's [Getting Started with
|
[Matrix via Riot]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
|
||||||
IRC](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Getting_Started_with_IRC)
|
[Kiwi IRC Client]: https://kiwiirc.com/client/chat.freenode.net/#rocket
|
||||||
guide.
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
@ -8,15 +8,15 @@ we're happy to take the best ideas. If you have something in mind, please
|
|||||||
## Getting Help
|
## Getting Help
|
||||||
|
|
||||||
If you find yourself having trouble developing Rocket applications, you can get
|
If you find yourself having trouble developing Rocket applications, you can get
|
||||||
help via the `#rocket` IRC channel on the [Mozilla IRC
|
help via chat at [`#rocket:mozilla.org`] on Matrix or the bridged [`#rocket`]
|
||||||
Server](https://wiki.mozilla.org/IRC) at `irc.mozilla.org` and the bridged
|
IRC channel on Freenode at `chat.freenode.net`. We recommend joining us on
|
||||||
[Rocket room on Matrix](https://riot.im/app/#/room/#mozilla_#rocket:matrix.org).
|
[Matrix via Riot]. If your prefer IRC, you can join via the [Kiwi IRC client] or
|
||||||
If you're not familiar with IRC, we recommend chatting through [Matrix via
|
a client of your own.
|
||||||
Riot](https://riot.im/app/#/room/#mozilla_#rocket:matrix.org) or via the [Kiwi
|
|
||||||
web IRC client](https://kiwiirc.com/client/irc.mozilla.org/#rocket). You can
|
[`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
|
||||||
learn more about IRC via Mozilla's [Getting Started with
|
[`#rocket`]: https://kiwiirc.com/client/chat.freenode.net/#rocket
|
||||||
IRC](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Getting_Started_with_IRC)
|
[Matrix via Riot]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
|
||||||
guide.
|
[Kiwi IRC Client]: https://kiwiirc.com/client/chat.freenode.net/#rocket
|
||||||
|
|
||||||
## What's next?
|
## What's next?
|
||||||
|
|
||||||
|
@ -33,13 +33,12 @@ aspect of Rocket. The sections are:
|
|||||||
|
|
||||||
## Getting Help
|
## Getting Help
|
||||||
|
|
||||||
The official community support channels are the `#rocket` IRC channel on the
|
The official community support channels are [`#rocket:mozilla.org`] on Matrix
|
||||||
[Mozilla IRC Server](https://wiki.mozilla.org/IRC) at `irc.mozilla.org` and the
|
and the bridged [`#rocket`] IRC channel on Freenode at `chat.freenode.net`. We
|
||||||
bridged [Rocket room on
|
recommend joining us on [Matrix via Riot]. If your prefer IRC, you can join via
|
||||||
Matrix](https://riot.im/app/#/room/#mozilla_#rocket:matrix.org). If you're not
|
the [Kiwi IRC client] or a client of your own.
|
||||||
familiar with IRC, we recommend chatting through [Matrix via
|
|
||||||
Riot](https://riot.im/app/#/room/#mozilla_#rocket:matrix.org) or via the [Kiwi
|
[`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
|
||||||
web IRC client](https://kiwiirc.com/client/irc.mozilla.org/#rocket). You can
|
[`#rocket`]: https://kiwiirc.com/client/chat.freenode.net/#rocket
|
||||||
learn more about IRC via Mozilla's [Getting Started with
|
[Matrix via Riot]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
|
||||||
IRC](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Getting_Started_with_IRC)
|
[Kiwi IRC Client]: https://kiwiirc.com/client/chat.freenode.net/#rocket
|
||||||
guide.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user