diff --git a/README.md b/README.md index 8339b21..bd70179 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # btracker -![Linux](https://github.com/YGGverse/btracker/actions/workflows/linux.yml/badge.svg) -[![Dependencies](https://deps.rs/repo/github/YGGverse/btracker/status.svg)](https://deps.rs/repo/github/YGGverse/btracker) +![Linux](https://github.com/yggverse/btracker/actions/workflows/linux.yml/badge.svg) +[![Dependencies](https://deps.rs/repo/github/yggverse/btracker/status.svg)](https://deps.rs/repo/github/yggverse/btracker) [![crates.io](https://img.shields.io/crates/v/btracker.svg)](https://crates.io/crates/btracker) βtracker is a BitTorrent aggregator based on the [aquatic-crawler](https://github.com/yggverse/aquatic-crawler) API and [Rocket](https://rocket.rs) web-framework diff --git a/src/config.rs b/src/config.rs index 381b294..a074543 100644 --- a/src/config.rs +++ b/src/config.rs @@ -8,7 +8,7 @@ use url::Url; #[derive(Parser, Debug)] #[command(version, about, long_about = None)] pub struct Config { - /// Path to the [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) file storage + /// Path to the [aquatic-crawler](https://github.com/yggverse/aquatic-crawler) file storage #[arg(long, short)] pub storage: PathBuf,