Update some URLs

This commit is contained in:
Alex Touchet 2019-11-26 17:12:49 -08:00 committed by GitHub
parent eee2c895f4
commit 56922b70d5
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.