diff options
| author | kennytm <kennytm@gmail.com> | 2017-10-05 20:22:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-05 20:22:35 +0800 |
| commit | 856a12d03e2b1d0230f9417f2116a04f7c70265d (patch) | |
| tree | 2cca57759da00a58dedb10f1b5629ae6520a02ff | |
| parent | 9a43c28e6b1a959ad02bd9cdc561358dd7930e6b (diff) | |
| parent | 2d108ec00b7d4bc722f2287d5b0831dc3b74cedd (diff) | |
| download | rust-856a12d03e2b1d0230f9417f2116a04f7c70265d.tar.gz rust-856a12d03e2b1d0230f9417f2116a04f7c70265d.zip | |
Rollup merge of #44997 - SuriyaaKudoIsc:patch-1, r=steveklabnik
Use HTTPS protocol for "chat.mibbit.com" I changed the `http://` protocol to `https://` for the `chat.mibbit.com` website. :pencil: --[**Suriyaa**](https://mozillians.org/de/u/suriyaakudo/) 🦊 (*PS: Is somebody interested to vouch me at https://mozillians.org/de/u/suriyaakudo/?*)
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce238eada10..a86742d7bd4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ hop on [#rust-internals][pound-rust-internals]. As a reminder, all contributors are expected to follow our [Code of Conduct][coc]. -[pound-rust-internals]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-internals +[pound-rust-internals]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-internals [internals]: https://internals.rust-lang.org [coc]: https://www.rust-lang.org/conduct.html |
