Update logo links

This commit is contained in:
Ryan 2022-09-04 22:25:08 -07:00
parent 30e05bb373
commit cac348a4b6

View file

@ -62,8 +62,8 @@
//! [`Client`]: crate::client::Client //! [`Client`]: crate::client::Client
#![doc( #![doc(
html_logo_url = "https://raw.githubusercontent.com/rj00a/valence/main/assets/logo.svg", html_logo_url = "https://raw.githubusercontent.com/valence-rs/valence/main/assets/logo.svg",
html_favicon_url = "https://raw.githubusercontent.com/rj00a/valence/main/assets/logo.svg" html_favicon_url = "https://raw.githubusercontent.com/valence-rs/valence/main/assets/logo.svg"
)] )]
#![forbid(unsafe_code)] #![forbid(unsafe_code)]
#![warn( #![warn(