Skip to content

Commit

Permalink
Point documentation links to docs.rs instead of docs.serde.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 18, 2022
1 parent 68fe3ab commit 600444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.11.8" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "no-std"]
description = "Optimized handling of `&[u8]` and `Vec<u8>` 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"
Expand Down

0 comments on commit 600444b

Please sign in to comment.