From 9cbb264dd9f255106b462260967d571fa54663f1 Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Thu, 31 Aug 2017 13:33:11 -0400 Subject: [PATCH] Fix broken link The link for `skipping the main thread's manual stack guard on Linux` was broken (surrounded by parens) --- _posts/2017-08-31-Rust-1.20.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2017-08-31-Rust-1.20.md b/_posts/2017-08-31-Rust-1.20.md index c60cc94b1..5d666fd17 100644 --- a/_posts/2017-08-31-Rust-1.20.md +++ b/_posts/2017-08-31-Rust-1.20.md @@ -172,7 +172,7 @@ stack guard on Linux]. You don't need to do anything to get these protections other than using Rust 1.20. [stack probes]: https://github.com/rust-lang/rust/pull/42816 -[skipping the main thread's manual stack guard on Linux]: (https://github.com/rust-lang/rust/pull/43072) +[skipping the main thread's manual stack guard on Linux]: https://github.com/rust-lang/rust/pull/43072 We've added a new trio of sorting functions to the standard library: [`slice::sort_unstable_by_key`], [`slice::sort_unstable_by`], and @@ -301,4 +301,4 @@ See the [detailed release notes][notes] for more. ### Contributors to 1.20.0 Many people came together to create Rust 1.20. We couldn't have done it without -all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.20.0) \ No newline at end of file +all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.20.0)