From 5dee9118c7f24e835807f7c3c795988d615714fc Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 30 Jun 2018 10:29:36 -0700 Subject: [PATCH] Factor out the getting help links --- README.md | 13 +++++++------ crates-io.md | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1a18fe21..59ddf38e 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,13 @@ fn main() { ## Getting help -Serde developers live in the #serde channel on -[`irc.mozilla.org`](https://wiki.mozilla.org/IRC). The #rust channel is also a -good resource with generally faster response time but less specific knowledge -about Serde. If IRC is not your thing or you don't get a good response, we are -happy to respond to [GitHub issues](https://github.com/serde-rs/serde/issues/new) -as well. +Serde developers live in the #serde channel on [`irc.mozilla.org`][irc]. The +\#rust channel is also a good resource with generally faster response time but +less specific knowledge about Serde. If IRC is not your thing or you don't get a +good response, we are happy to respond to [GitHub issues][issues] as well. + +[irc]: https://wiki.mozilla.org/IRC +[issues]: https://github.com/serde-rs/serde/issues/new ## License diff --git a/crates-io.md b/crates-io.md index 79117e31..54d4f46d 100644 --- a/crates-io.md +++ b/crates-io.md @@ -47,9 +47,10 @@ fn main() { ## Getting help -Serde developers live in the #serde channel on -[`irc.mozilla.org`](https://wiki.mozilla.org/IRC). The #rust channel is also a -good resource with generally faster response time but less specific knowledge -about Serde. If IRC is not your thing or you don't get a good response, we are -happy to respond to [GitHub issues](https://github.com/serde-rs/serde/issues/new) -as well. +Serde developers live in the #serde channel on [`irc.mozilla.org`][irc]. The +\#rust channel is also a good resource with generally faster response time but +less specific knowledge about Serde. If IRC is not your thing or you don't get a +good response, we are happy to respond to [GitHub issues][issues] as well. + +[irc]: https://wiki.mozilla.org/IRC +[issues]: https://github.com/serde-rs/serde/issues/new