Auto merge of #28590 - radek3911:patch-1, r=KiChjang

Update rust by example link

<!-- Please describe your changes on the following line: -->
rustbyexample.com shows 404

---
- [x] These changes do not require tests because this just updates a text file

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2021-10-07 22:32:59 -04:00 committed by GitHub
commit a96998a7c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`