From 823f239ae581f66d73c8239566aa837b713ef210 Mon Sep 17 00:00:00 2001 From: David AO Lozano Date: Wed, 30 Mar 2016 13:45:06 -0600 Subject: [PATCH 1/4] =?UTF-8?q?Book:=20in=20beginner=20guide=20change=20ir?= =?UTF-8?q?c=20channel=20#rust=20=E2=86=92=20#rust-beginners?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/doc/book/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md index 16c43b5e7a569..397218d594659 100644 --- a/src/doc/book/getting-started.md +++ b/src/doc/book/getting-started.md @@ -164,13 +164,13 @@ installed. Doing so will depend on your specific system, consult its documentation for more details. If not, there are a number of places where we can get help. The easiest is -[the #rust IRC channel on irc.mozilla.org][irc], which we can access through +[the #rust-beginners IRC channel on irc.mozilla.org][irc], which we can access through [Mibbit][mibbit]. Click that link, and we'll be chatting with other Rustaceans (a silly nickname we call ourselves) who can help us out. Other great resources include [the user’s forum][users], and [Stack Overflow][stackoverflow]. -[irc]: irc://irc.mozilla.org/#rust -[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust +[irc]: irc://irc.mozilla.org/#rust-begginers +[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners [users]: https://users.rust-lang.org/ [stackoverflow]: http://stackoverflow.com/questions/tagged/rust From 90d7440f5402e54cd4453f9ba8cb83559508c25e Mon Sep 17 00:00:00 2001 From: David AO Lozano Date: Wed, 30 Mar 2016 13:55:25 -0600 Subject: [PATCH 2/4] Misspelled beginners in one place --- src/doc/book/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md index 397218d594659..700323c4a98f6 100644 --- a/src/doc/book/getting-started.md +++ b/src/doc/book/getting-started.md @@ -169,7 +169,7 @@ If not, there are a number of places where we can get help. The easiest is (a silly nickname we call ourselves) who can help us out. Other great resources include [the user’s forum][users], and [Stack Overflow][stackoverflow]. -[irc]: irc://irc.mozilla.org/#rust-begginers +[irc]: irc://irc.mozilla.org/#rust-beginners [mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners [users]: https://users.rust-lang.org/ [stackoverflow]: http://stackoverflow.com/questions/tagged/rust From c233f2ee29e7be75411975473db232952f7489df Mon Sep 17 00:00:00 2001 From: David AO Lozano Date: Wed, 30 Mar 2016 20:07:53 -0600 Subject: [PATCH 3/4] Adding #rust-beginners to README and pointing the two channels on getting-started --- README.md | 3 ++- src/doc/book/getting-started.md | 18 +++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2298aeb2fdd45..1acf5fd1f3df8 100644 --- a/README.md +++ b/README.md @@ -177,10 +177,11 @@ To contribute to Rust, please see [CONTRIBUTING](CONTRIBUTING.md). Rust has an [IRC] culture and most real-time collaboration happens in a variety of channels on Mozilla's IRC network, irc.mozilla.org. The most popular channel is [#rust], a venue for general discussion about -Rust, and a good place to ask for help. +Rust. And a good place to ask for help would be [#rust-beginners]. [IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat [#rust]: irc://irc.mozilla.org/rust +[#rust-beginners]: irc://irc.mozilla.org/rust-beginners ## License diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md index 700323c4a98f6..bedc24443ac1a 100644 --- a/src/doc/book/getting-started.md +++ b/src/doc/book/getting-started.md @@ -164,13 +164,17 @@ installed. Doing so will depend on your specific system, consult its documentation for more details. If not, there are a number of places where we can get help. The easiest is -[the #rust-beginners IRC channel on irc.mozilla.org][irc], which we can access through -[Mibbit][mibbit]. Click that link, and we'll be chatting with other Rustaceans -(a silly nickname we call ourselves) who can help us out. Other great resources -include [the user’s forum][users], and [Stack Overflow][stackoverflow]. - -[irc]: irc://irc.mozilla.org/#rust-beginners -[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners +[the #rust-beginners IRC channel on irc.mozilla.org][irc-beginners], which we +can access through [Mibbit][mibbit-beginners] and for general discussion +[the #rust IRC channel on irc.mozilla.org][irc], which we can access through +[Mibbit][mibbit]. Then we'll be chatting with other Rustaceans (a silly +nickname we call ourselves) who can help us out. Other great resources include +[the user’s forum][users], and [Stack Overflow][stackoverflow]. + +[irc-beginners]: irc://irc.mozilla.org/#rust-beginners +[mibbit-beginners]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners +[irc]: irc://irc.mozilla.org/#rust +[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust [users]: https://users.rust-lang.org/ [stackoverflow]: http://stackoverflow.com/questions/tagged/rust From 9094935b460975b6fac272ebf5985dfd71b90104 Mon Sep 17 00:00:00 2001 From: David AO Lozano Date: Thu, 31 Mar 2016 00:37:37 -0600 Subject: [PATCH 4/4] Using only one Mibbit link for access the two channels --- src/doc/book/getting-started.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md index bedc24443ac1a..16141d936ebcc 100644 --- a/src/doc/book/getting-started.md +++ b/src/doc/book/getting-started.md @@ -164,17 +164,15 @@ installed. Doing so will depend on your specific system, consult its documentation for more details. If not, there are a number of places where we can get help. The easiest is -[the #rust-beginners IRC channel on irc.mozilla.org][irc-beginners], which we -can access through [Mibbit][mibbit-beginners] and for general discussion -[the #rust IRC channel on irc.mozilla.org][irc], which we can access through -[Mibbit][mibbit]. Then we'll be chatting with other Rustaceans (a silly -nickname we call ourselves) who can help us out. Other great resources include -[the user’s forum][users], and [Stack Overflow][stackoverflow]. +[the #rust-beginners IRC channel on irc.mozilla.org][irc-beginners] and for +general discussion [the #rust IRC channel on irc.mozilla.org][irc], which we +can access through [Mibbit][mibbit]. Then we'll be chatting with other +Rustaceans (a silly nickname we call ourselves) who can help us out. Other great +resources include [the user’s forum][users] and [Stack Overflow][stackoverflow]. [irc-beginners]: irc://irc.mozilla.org/#rust-beginners -[mibbit-beginners]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners [irc]: irc://irc.mozilla.org/#rust -[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust +[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners,%23rust [users]: https://users.rust-lang.org/ [stackoverflow]: http://stackoverflow.com/questions/tagged/rust