diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-03-07 09:12:54 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-03-07 09:12:54 +0000 |
commit | 6a885b6ae4510f3a5fe9dba3326d1bfeba7c410c (patch) | |
tree | 5fb48bd2f87cc1d3a5b7a0229eab7817af54742c | |
parent | d46dbfccb23320d999353e7a18b8d9d819196247 (diff) | |
download | blog-6a885b6ae4510f3a5fe9dba3326d1bfeba7c410c.tar.bz2 |
Fix missing links, thanks Andrewsh
-rw-r--r-- | posts/rustup-1.17.0.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/posts/rustup-1.17.0.mdwn b/posts/rustup-1.17.0.mdwn index 20da6cf..9213990 100644 --- a/posts/rustup-1.17.0.mdwn +++ b/posts/rustup-1.17.0.mdwn @@ -28,6 +28,9 @@ glamorous a part of the ecosystem as perhaps [Cargo][] or [Rustc][] itself, but it's just as important I think, since it's the primary gateway through which people acquire Rust, and interact with the Rust toolchain ecosystem. +[Cargo]: https://github.com/rust-lang/cargo +[Rustc]: https://github.com/rust-lang/rust + On Tuesday evening, as part of our weekly meeting, we discussed the 1.17.0 release plans and process, and since I'm very bad at stepping back at the right moment, I ended up volunteering to run the release checklist through and push |