Skip to content

Commit c233f2e

Browse files
committed
Adding #rust-beginners to README and pointing the two channels on getting-started
1 parent 90d7440 commit c233f2e

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,11 @@ To contribute to Rust, please see [CONTRIBUTING](CONTRIBUTING.md).
177177
Rust has an [IRC] culture and most real-time collaboration happens in a
178178
variety of channels on Mozilla's IRC network, irc.mozilla.org. The
179179
most popular channel is [#rust], a venue for general discussion about
180-
Rust, and a good place to ask for help.
180+
Rust. And a good place to ask for help would be [#rust-beginners].
181181
182182
[IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat
183183
[#rust]: irc://irc.mozilla.org/rust
184+
[#rust-beginners]: irc://irc.mozilla.org/rust-beginners
184185
185186
## License
186187

src/doc/book/getting-started.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,17 @@ installed. Doing so will depend on your specific system, consult its
164164
documentation for more details.
165165

166166
If not, there are a number of places where we can get help. The easiest is
167-
[the #rust-beginners IRC channel on irc.mozilla.org][irc], which we can access through
168-
[Mibbit][mibbit]. Click that link, and we'll be chatting with other Rustaceans
169-
(a silly nickname we call ourselves) who can help us out. Other great resources
170-
include [the user’s forum][users], and [Stack Overflow][stackoverflow].
171-
172-
[irc]: irc://irc.mozilla.org/#rust-beginners
173-
[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners
167+
[the #rust-beginners IRC channel on irc.mozilla.org][irc-beginners], which we
168+
can access through [Mibbit][mibbit-beginners] and for general discussion
169+
[the #rust IRC channel on irc.mozilla.org][irc], which we can access through
170+
[Mibbit][mibbit]. Then we'll be chatting with other Rustaceans (a silly
171+
nickname we call ourselves) who can help us out. Other great resources include
172+
[the user’s forum][users], and [Stack Overflow][stackoverflow].
173+
174+
[irc-beginners]: irc://irc.mozilla.org/#rust-beginners
175+
[mibbit-beginners]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners
176+
[irc]: irc://irc.mozilla.org/#rust
177+
[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust
174178
[users]: https://users.rust-lang.org/
175179
[stackoverflow]: http://stackoverflow.com/questions/tagged/rust
176180

0 commit comments

Comments
 (0)