From 2586593e4249d717615d8971b8f0190761cbaf9a Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 8 Jul 2025 16:37:31 +0300 Subject: [PATCH] add wiki page reference --- README.md | 2 +- src/config.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,