Auto merge of #24877 - atouchet:master, r=jdm

Update some URLs

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- 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 2019-11-27 02:27:19 -05:00 committed by GitHub
commit b0f573b59f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,8 @@ old versions stay available on crates.io and Cargo will only automatically updat
to versions that are numbered as compatible.
To see how to use this library with your own tree representation,
see [Kuchikis `src/select.rs`](https://github.com/SimonSapin/kuchiki/blob/master/src/select.rs).
see [Kuchikis `src/select.rs`](https://github.com/kuchiki-rs/kuchiki/blob/master/src/select.rs).
(Note however that Kuchiki is not always up to date with the latest rust-selectors version,
so that code may need to be tweaked.)
If you dont already have a tree data structure,
consider using [Kuchiki](https://github.com/SimonSapin/kuchiki) itself.
consider using [Kuchiki](https://github.com/kuchiki-rs/kuchiki) itself.