We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a333910 commit 4d46ec4Copy full SHA for 4d46ec4
1 file changed
crates/crawler/src/config.rs
@@ -8,7 +8,7 @@ use url::Url;
8
pub struct Config {
9
/// Directory path to store preloaded data (e.g. `.torrent` files)
10
///
11
- /// * it's probably the same location as `public` dir for the [btracker](https://github.com/YGGverse/btracker) frontend
+ /// * it's probably the same location as `public` dir for the `btracker-http` frontend
12
#[arg(long, short)]
13
pub preload: PathBuf,
14
0 commit comments