Skip to content

Commit dac917d

Browse files
committed
Fix contributions link, add https to rust-lang links.
1 parent 9f993c1 commit dac917d

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

drafts/YYYY-MM-DD-this-week-in-rust.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ Date: YYYY-MM-DD
44
Category: This Week in Rust
55

66
Hello and welcome to another issue of *This Week in Rust*!
7-
[Rust](http://rust-lang.org) is a systems language pursuing the trifecta:
7+
[Rust][rust] is a systems language pursuing the trifecta:
88
safety, concurrency, and speed. This is a weekly summary of its progress and
9-
community. Want something mentioned? Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) or [send us an
10-
email](mailto:corey@octayn.net?subject=This%20Week%20in%20Rust%20Suggestion)!
11-
Want to get involved? [We love
12-
contributions](https://github.com/rust-lang/rust/wiki/Note-guide-for-new-contributors).
9+
community. Want something mentioned? Tweet us at [@ThisWeekInRust][twitter] or
10+
[send us an email][email]! Want to get involved?
11+
[We love contributions][contributions].
12+
13+
[rust]: https://www.rust-lang.org
14+
[twitter]: https://twitter.com/ThisWeekInRust
15+
[email]: mailto:corey@octayn.net?subject=This%20Week%20in%20Rust%20Suggestion
16+
[contributions]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
1317

1418
*This Week in Rust* is openly developed [on GitHub](https://github.com/cmr/this-week-in-rust).
1519
If you find any errors in this week's issue, [please submit a PR](https://github.com/cmr/this-week-in-rust/pulls).
@@ -43,7 +47,7 @@ are the RFCs that were approved for implementation this week:
4347

4448
# Final Comment Period
4549

46-
Every week [the team](https://rust-lang.org/team.html) announces the
50+
Every week [the team](https://www.rust-lang.org/team.html) announces the
4751
'final comment period' for RFCs and key PRs which are reaching a
4852
decision. Express your opinions now. [This week's FCPs][fcp] are:
4953

@@ -56,7 +60,7 @@ decision. Express your opinions now. [This week's FCPs][fcp] are:
5660

5761
# Friend of the Tree
5862

59-
[The Rust Team](http://www.rust-lang.org/team.html) likes to
63+
[The Rust Team](https://www.rust-lang.org/team.html) likes to
6064
occasionally recognize people who have made
6165
outstanding contributions to The Rust Project, its ecosystem, and its
6266
community. These people are 'friends of the tree'.
@@ -66,7 +70,7 @@ community. These people are 'friends of the tree'.
6670

6771
# Subteam reports
6872

69-
Every week [The Rust Team](http://www.rust-lang.org/team.html) release
73+
Every week [The Rust Team](https://www.rust-lang.org/team.html) release
7074
a report on what is going on in their corner of the project. Here are
7175
the highlights from [this week's report](TODO).
7276

@@ -110,4 +114,4 @@ Explanation and link.
110114

111115
Thanks to XXX for the tip. [Submit your quotes for next week!][submit].
112116

113-
[submit]: http://users.rust-lang.org/t/twir-quote-of-the-week/328
117+
[submit]: https://users.rust-lang.org/t/twir-quote-of-the-week/328

0 commit comments

Comments
 (0)