diff --git a/src/lib.rs b/src/lib.rs index 7cc2ffd..2195d92 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -80,7 +80,7 @@ //! // and similar for Box, Box, Box //! ``` -#![doc(html_root_url = "https://docs.rs/dyn_clone/1.0.15")] +#![doc(html_root_url = "https://docs.rs/dyn-clone/1.0.15")] #![no_std] #![allow( clippy::missing_panics_doc,