Skip to content

Commit be8211f

Browse files
committed
Switch to https when supported
1 parent 0188814 commit be8211f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_posts/2017-05-15-rust-at-two-years.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ a site where you can browse contributors by release.
8282
[RFCs]: https://github.com/rust-lang/rfcs
8383
[rust-lang.org]: https://www.rust-lang.org/
8484
[friends]: https://www.rust-lang.org/en-US/friends.html
85-
[stability delivered]: http://blog.rust-lang.org/2014/10/30/Stability.html
85+
[stability delivered]: https://blog.rust-lang.org/2014/10/30/Stability.html
8686
[thanks.rust-lang.org]: https://thanks.rust-lang.org/
8787
[the Rust teams]: https://www.rust-lang.org/en-US/team.html
8888
[crates]: https://crates.io/
@@ -93,7 +93,7 @@ In addition to the 48 new Rust friends, we now have a [Rust jobs website]! More
9393
and more companies are choosing Rust to solve problems involving performance,
9494
scaling, and safety. Let's check in on a few of them.
9595

96-
[Rust jobs website]: http://rustjobs.rs/
96+
[Rust jobs website]: https://rustjobs.rs/
9797

9898
[Dropbox] is using Rust in multiple high-impact projects to manage exabytes of
9999
data on the back end, where correctness and efficiency is critical. Rust code is
@@ -164,15 +164,15 @@ And we have at least three conferences coming up!
164164
- September, 2017: [Another RustFest] in Zurich, Switzerland;
165165
- October 26-27, 2017: [Rust Belt Rust 2017] in Columbus, OH, USA.
166166

167-
[Rust Belt Rust 2017]: http://conf2017.rust-belt-rust.com/
167+
[Rust Belt Rust 2017]: https://rust-belt-rust.com/
168168
[RustConf 2017]: http://rustconf.com/
169169
[Another RustFest]: https://rustfest.ch/
170170

171171
That's not even including the [103 meetups worldwide][meetup] about Rust. Will
172172
you be the one to run the fourth conference or start the 104th meetup? [Contact
173173
the community team] for help and support!
174174

175-
[meetup]: http://rust.meetup.com/
175+
[meetup]: https://rust.meetup.com/
176176
[Contact the community team]: https://community.rs/
177177

178178
## Rust in 2017
@@ -268,7 +268,7 @@ worst-case behavior has been fixed that results in >95% improvements in certain
268268
programs. Some very promising improvements are on the way for later this year;
269269
check out [perf.rust-lang.org] for monitoring Rust's performance day-to-day.
270270

271-
[perf.rust-lang.org]: http://perf.rust-lang.org/
271+
[perf.rust-lang.org]: https://perf.rust-lang.org/
272272

273273
### [Rust should provide a basic, but solid IDE experience](https://github.com/rust-lang/rust-roadmap/issues/2)
274274

@@ -323,10 +323,10 @@ event loop, and lots of tools for quickly implementing new protocols. A simple
323323
HTTP server using Tokio is among the fastest measured in the [TechEmpower]
324324
server benchmarks.
325325

326-
[futures]: http://aturon.github.io/blog/2016/08/11/futures/
326+
[futures]: https://aturon.github.io/blog/2016/08/11/futures/
327327
[Tokio]: https://tokio.rs/
328328
[C++]: https://github.com/facebook/wangle
329-
[Scala]: http://finagle.github.io/
329+
[Scala]: https://finagle.github.io/
330330
[JavaScript]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
331331
[TechEmpower]: https://www.techempower.com/benchmarks/#section=data-r14&hw=ph&test=plaintext
332332

@@ -342,7 +342,7 @@ performance or reliability.
342342

343343
[Hyper]: https://hyper.rs/
344344
[Rocket]: https://rocket.rs/
345-
[Diesel]: http://diesel.rs/
345+
[Diesel]: https://diesel.rs/
346346

347347
Over the rest of this year, we expect all of the above libraries to
348348
significantly mature; for a middleware ecosystem to sprout up; for the

0 commit comments

Comments
 (0)