From ef4d6b8e7f07ea4895bc5629029931c4f38c5a14 Mon Sep 17 00:00:00 2001 From: Radek Kunc Date: Sat, 4 Sep 2021 22:53:19 +0200 Subject: [PATCH] Update rust by example link --- 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 63675052b22..d91f4f0678d 100644 --- a/docs/HACKING_QUICKSTART.md +++ b/docs/HACKING_QUICKSTART.md @@ -286,7 +286,7 @@ See the [debugging guide](./debugging.md) to get started in how to debug Servo. - Servo's directory structure: [ORGANIZATION.md](./ORGANIZATION.md) - https://doc.servo.org/servo/index.html - https://github.com/servo/servo/wiki -- https://rustbyexample.com +- https://doc.rust-lang.org/rust-by-example/ - https://doc.rust-lang.org - Cargo & crates: https://doc.crates.io/guide.html - mach help: `./mach --help`