diff --git a/Cargo.toml b/Cargo.toml index 82a1934..544af02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Fast functions for printing integer primitives to an io::Write" repository = "https://github.com/dtolnay/itoa" -documentation = "https://github.com/dtolnay/itoa" +documentation = "https://docs.rs/itoa" categories = ["value-formatting"] readme = "README.md" exclude = ["performance.png"]