diff --git a/serde/src/lib.rs b/serde/src/lib.rs index 6b631c18..902fcb2e 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -9,11 +9,9 @@ //! these two groups interact with each other, allowing any supported data //! structure to be serialized and deserialized using any supported data format. //! -//! See the Serde website [https://serde.rs/] for additional documentation and +//! See the Serde website for additional documentation and //! usage examples. //! -//! [https://serde.rs/]: https://serde.rs/ -//! //! ## Design //! //! Where many other languages rely on runtime reflection for serializing data,