From 600444b84d065a09c5c31b1abdae8a5880b66e54 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 18 Dec 2022 11:51:16 -0800 Subject: [PATCH] Point documentation links to docs.rs instead of docs.serde.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2c81eb..d7520d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.11.8" # remember to update html_root_url authors = ["David Tolnay "] categories = ["encoding", "no-std"] description = "Optimized handling of `&[u8]` and `Vec` for Serde" -documentation = "https://docs.serde.rs/serde_bytes/" +documentation = "https://docs.rs/serde_bytes" edition = "2018" keywords = ["serde", "serialization", "no_std", "bytes"] license = "MIT OR Apache-2.0"