aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoone Hur <joone@kldp.org>2017-08-16 15:49:59 -0700
committerJoone Hur <joone.hur@intel.com>2017-08-16 16:07:06 -0700
commitac877659e664897c2c2f303eb983458eab7212c7 (patch)
tree1439e6609e80f906872c7e6ce3aff9c78254f5bb /docs
parentdca1150ea1ff85d3bf0af70437a24cc32a9b6d94 (diff)
downloadservo-ac877659e664897c2c2f303eb983458eab7212c7.tar.gz
servo-ac877659e664897c2c2f303eb983458eab7212c7.zip
Fix the broken links to the page of the Rust Programming Language
We need to update the links of Match and Patterns in Some basic Rust section.
Diffstat (limited to 'docs')
-rw-r--r--docs/HACKING_QUICKSTART.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md
index 87cd68cad5c..c417fa4f25b 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/match.html) and [Patterns](https://doc.rust-lang.org/book/patterns.html)
+- [Match](https://doc.rust-lang.org/book/first-edition/match.html) and [Patterns](https://doc.rust-lang.org/book/first-edition/patterns.html)
- [Options](http://rustbyexample.com/std/option.html)
- [Expression](http://rustbyexample.com/expression.html)
- [Traits](http://rustbyexample.com/trait.html)