mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
commit
b0f573b59f
1 changed files with 2 additions and 2 deletions
|
@ -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 [Kuchiki’s `src/select.rs`](https://github.com/SimonSapin/kuchiki/blob/master/src/select.rs).
|
||||
see [Kuchiki’s `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 don’t 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue