From 56922b70d535383e5b4fc1ab5645a3e4537474e8 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Tue, 26 Nov 2019 17:12:49 -0800 Subject: [PATCH] Update some URLs --- components/selectors/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/selectors/README.md b/components/selectors/README.md index 51cfda81095..dac4a7ff91a 100644 --- a/components/selectors/README.md +++ b/components/selectors/README.md @@ -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.