From 3efe756ca505ee50dfdcfb25bac7ed7e58bf723b Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Tue, 17 Aug 2021 11:41:52 +0100 Subject: [PATCH] Chore: Update Lavalink URLs Author's GitHub page had changed. Closes #86. --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5a61f93b..30195fe7d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Songbird's logo is based upon the copyright-free image ["Black-Capped Chickadee" [serenity]: https://github.com/serenity-rs/serenity [twilight]: https://github.com/twilight-rs/twilight ["Black-Capped Chickadee"]: https://www.oldbookillustrations.com/illustrations/black-capped-chickadee/ -[lavalink]: https://github.com/Frederikam/Lavalink +[lavalink]: https://github.com/freyacodes/Lavalink [this crate's examples directory]: https://github.com/serenity-rs/songbird/tree/current/examples [our contributor guidelines]: CONTRIBUTING.md diff --git a/src/lib.rs b/src/lib.rs index 18bebafe1..0c09160af 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -35,7 +35,7 @@ //! [this crate's examples directory]: https://github.com/serenity-rs/songbird/tree/current/examples //! ["Black-Capped Chickadee"]: https://www.oldbookillustrations.com/illustrations/black-capped-chickadee/ //! [`ConnectionInfo`]: struct@ConnectionInfo -//! [lavalink]: https://github.com/Frederikam/Lavalink +//! [lavalink]: https://github.com/freyacodes/Lavalink mod config; pub mod constants;