diff --git a/README.md b/README.md index 6ce1ef0..610cc89 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Crawler for [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracke * [x] 1 * [ ] 2 * Import sources - * [x] IPv4 / IPv6 info-hash binary API (requires [PR#233](https://github.com/greatest-ape/aquatic/pull/233)) + * [x] IPv4 / IPv6 info-hash binary API (requires [PR#233](https://github.com/greatest-ape/aquatic/pull/233), [Wiki](https://github.com/YGGverse/aquatic-crawler/wiki/Aquatic)) * [x] local file path * [ ] remote URL * Export options diff --git a/src/config.rs b/src/config.rs index 4616801..3b744ad 100644 --- a/src/config.rs +++ b/src/config.rs @@ -13,7 +13,7 @@ pub struct Config { /// Absolute path(s) or URL(s) to import infohashes from the Aquatic tracker binary API /// - /// * PR#233 feature + /// * PR#233 feature ([Wiki](https://github.com/YGGverse/aquatic-crawler/wiki/Aquatic)) #[arg(long)] pub infohash: Vec,