CI round 2

This commit is contained in:
Kyle Simpson
2020-11-13 19:15:33 +00:00
parent c5ce107d55
commit 35d262d946
4 changed files with 10 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#![doc(
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"
html_logo_url = "https://raw.githubusercontent.com/serenity-rs/songbird/current/songbird.png",
html_favicon_url = "https://raw.githubusercontent.com/serenity-rs/songbird/current/songbird-ico.png"
)]
#![deny(missing_docs)]
//! ![project logo][logo]
@@ -28,7 +28,7 @@
//!
//! Songbird's logo is based upon the copyright-free image ["Black-Capped Chickadee"] by George Gorgas White.
//!
//! [logo]: https://github.com/serenity-rs/songbird/raw/master/songbird.png
//! [logo]: https://raw.githubusercontent.com/serenity-rs/songbird/current/songbird.png
//! [serenity]: https://github.com/serenity-rs/serenity
//! [twilight]: https://github.com/twilight-rs/twilight
//! [this crate's examples directory]: https://github.com/serenity-rs/songbird/tree/current/examples