From 72345ed0bc3241d430562a47b53f615ae70bf54a Mon Sep 17 00:00:00 2001 From: Thomas Delacour Date: Mon, 25 Mar 2019 08:32:25 -0400 Subject: [PATCH] ISSUE-23088: updated deprecated links in HACKING_QUICKSTART --- docs/HACKING_QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md index 2c585db12a5..d3f4633aec9 100644 --- a/docs/HACKING_QUICKSTART.md +++ b/docs/HACKING_QUICKSTART.md @@ -60,7 +60,7 @@ This guide only covers the most important options. Be sure to look at all the av Even if you have never seen any Rust code, it's not too hard to read Servo's code. But there are some basics things one must know: -- [Match](https://doc.rust-lang.org/book/first-edition/match.html) and [Patterns](https://doc.rust-lang.org/book/first-edition/patterns.html) +- [Match](https://doc.rust-lang.org/stable/rust-by-example/flow_control/match.html) and [Patterns](https://doc.rust-lang.org/book/ch18-00-patterns.html) - [Options](https://rustbyexample.com/std/option.html) - [Expression](https://rustbyexample.com/expression.html) - [Traits](https://rustbyexample.com/trait.html)