Skip to content

Commit

Permalink
Some updated links, move to current/next branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Nov 13, 2020
1 parent a778d24 commit 09da85b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +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
[this crate's examples directory]: https://github.com/serenity-rs/songbird/tree/master/examples
[this crate's examples directory]: https://github.com/serenity-rs/songbird/tree/current/examples
13 changes: 6 additions & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/FelixMcFelix/serenity/voice-rework/songbird/songbird.png",
html_favicon_url = "https://raw.githubusercontent.com/FelixMcFelix/serenity/voice-rework/songbird/songbird-ico.png"
html_logo_url = "https://raw.githubusercontent.com/serenity-rs/songbird/master/songbird.png",
html_favicon_url = "https://raw.githubusercontent.com/serenity-rs/songbird/master/songbird-ico.png"

This comment has been minimized.

Copy link
@arqunis

arqunis Nov 13, 2020

Member

current should have been used here and below.

This comment has been minimized.

Copy link
@FelixMcFelix

FelixMcFelix Nov 13, 2020

Author Member

Thanks: should be fixed now.

)]
#![deny(missing_docs)]
//! ![project logo][logo]
Expand All @@ -21,18 +21,17 @@
//! 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
//!
//! Songbird's logo is based upon the copyright-free image ["Black-Capped Chickadee"] by George Gorgas White.
//!
//! [logo]: https://raw.githubusercontent.com/FelixMcFelix/serenity/voice-rework/songbird/songbird.png
//! [logo]: https://github.com/serenity-rs/songbird/raw/master/songbird.png
//! [serenity]: https://github.com/serenity-rs/serenity
//! [twilight]: https://github.com/twilight-rs/twilight
//! [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/current/examples
//! ["Black-Capped Chickadee"]: https://www.oldbookillustrations.com/illustrations/black-capped-chickadee/
//! [`ConnectionInfo`]: struct.ConnectionInfo.html
//! [lavalink]: https://github.com/Frederikam/Lavalink
Expand Down
2 changes: 1 addition & 1 deletion src/tracks/queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use tracing::{info, warn};
/// This makes use of [`TrackEvent`]s to determine when the current
/// song or audio file has finished before playing the next entry.
///
/// `examples/e16_voice_events` demonstrates how a user might manage,
/// `examples/serenity/voice_events_queue` demonstrates how a user might manage,
/// track and use this to run a song queue in many guilds in parallel.
/// This code is trivial to extend if extra functionality is needed.
///
Expand Down

0 comments on commit 09da85b

Please sign in to comment.