From 263a1dbdd716c2b96a523bce9ad45b1eadc81129 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 13 Sep 2025 14:38:22 -0700 Subject: [PATCH] Link to serde.rs without trailing slash --- README.md | 2 +- crates-io.md | 2 +- serde/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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