From 4f5b767dba218be4f5cda672603e143c043c5d77 Mon Sep 17 00:00:00 2001 From: "Alex M. M" Date: Fri, 13 Nov 2020 16:41:35 +0100 Subject: [PATCH] Fix links in the README regarding examples --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fff975a5..c5366c7de 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The library offers: Songbird's gateway functionality requires you to specify the `GUILD_VOICE_STATES` intent. ## Examples -Full examples showing various types of functionality and integrations can be found as part of [serenity's examples], and in [this crate's examples directory]. +Full examples showing various types of functionality and integrations can be found in [this crate's examples directory]. ## Attribution @@ -28,5 +28,4 @@ Songbird's logo is based upon the copyright-free image ["Black-Capped Chickadee" [twilight]: https://github.com/twilight-rs/twilight ["Black-Capped Chickadee"]: https://www.oldbookillustrations.com/illustrations/black-capped-chickadee/ [lavalink]: https://github.com/Frederikam/Lavalink -[serenity's examples]: https://github.com/serenity-rs/serenity/tree/current/examples -[this crate's examples directory]: https://github.com/serenity-rs/serenity/tree/current/songbird/examples +[this crate's examples directory]: https://github.com/serenity-rs/songbird/tree/master/examples