Skip to content

Commit b3a2b63

Browse files
author
David AO Lozano
committed
---
yaml --- r: 276730 b: refs/heads/try c: c233f2e h: refs/heads/master
1 parent 0eb0297 commit b3a2b63

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: 90d7440f5402e54cd4453f9ba8cb83559508c25e
4+
refs/heads/try: c233f2ee29e7be75411975473db232952f7489df
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

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