You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/index.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ series of small examples.
25
25
If you need help with something, or just want to talk about Rust with others,
26
26
there are a few places you can do that:
27
27
28
-
The Rust IRC channels on [irc.mozilla.org](http://irc.mozilla.org/) are the
28
+
The Rust IRC channels on [irc.mozilla.org](irc://irc.mozilla.org/) are the
29
29
fastest way to get help.
30
30
[`#rust`](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) is
31
31
the general discussion channel, and you'll find people willing to help you with
@@ -40,15 +40,15 @@ There's also
40
40
[`#rust-internals`](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-internals), which is for discussion of the development of Rust itself.
41
41
42
42
You can also get help on [Stack
43
-
Overflow](http://stackoverflow.com/questions/tagged/rust). Searching for your
43
+
Overflow](https://stackoverflow.com/questions/tagged/rust). Searching for your
44
44
problem might reveal someone who has asked it before!
45
45
46
-
There is an active [subreddit](http://reddit.com/r/rust) with lots of
46
+
There is an active [subreddit](https://reddit.com/r/rust) with lots of
47
47
discussion and news about Rust.
48
48
49
-
There is also a [user forum](http://users.rust-lang.org), for all
50
-
user-oriented discussion, and a [developer
51
-
forum](http://internals.rust-lang.org/), where the development of Rust
49
+
There is also a [user forum](https://users.rust-lang.org), for all
50
+
user-oriented discussion, and a [developer
51
+
forum](https://internals.rust-lang.org/), where the development of Rust
52
52
itself is discussed.
53
53
54
54
# Specification
@@ -61,7 +61,7 @@ the language in as much detail as possible is in [the reference](reference.html)
61
61
Rust is still a young language, so there isn't a ton of tooling yet, but the
62
62
tools we have are really nice.
63
63
64
-
[Cargo](http://crates.io) is Rust's package manager, and its website contains
64
+
[Cargo](https://crates.io) is Rust's package manager, and its website contains
65
65
lots of good documentation.
66
66
67
67
[`rustdoc`](book/documentation.html) is used to generate documentation for Rust code.
0 commit comments