diff --git a/README.md b/README.md index eda660c2..bf83d766 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You may be looking for: -- [An overview of Serde](https://serde.rs/) +- [An overview of Serde](https://serde.rs) - [Data formats supported by Serde](https://serde.rs/#data-formats) - [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html) - [Examples](https://serde.rs/examples.html) diff --git a/crates-io.md b/crates-io.md index b49a5483..e6e7d9fb 100644 --- a/crates-io.md +++ b/crates-io.md @@ -6,7 +6,7 @@ You may be looking for: -- [An overview of Serde](https://serde.rs/) +- [An overview of Serde](https://serde.rs) - [Data formats supported by Serde](https://serde.rs/#data-formats) - [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html) - [Examples](https://serde.rs/examples.html) diff --git a/serde/src/lib.rs b/serde/src/lib.rs index 73872f5d..595339a4 100644 --- a/serde/src/lib.rs +++ b/serde/src/lib.rs @@ -9,7 +9,7 @@ //! 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 for additional documentation and +//! See the Serde website for additional documentation and //! usage examples. //! //! ## Design