Skip to content

Commit 385df56

Browse files
author
David AO Lozano
committed
---
yaml --- r: 273811 b: refs/heads/beta c: c233f2e h: refs/heads/master i: 273809: 5d8d134 273807: 0656614
1 parent 9e6eba2 commit 385df56

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: 90d7440f5402e54cd4453f9ba8cb83559508c25e
26+
refs/heads/beta: c233f2ee29e7be75411975473db232952f7489df
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/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

branches/beta/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)