diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index 0d88bf1..a0f8559 100644 --- a/saphyr/Cargo.toml +++ b/saphyr/Cargo.toml @@ -3,7 +3,7 @@ name = "yaml-rust" version = "0.4.0" authors = ["Yuheng Chen "] homepage = "http://chyh1990.github.io/yaml-rust/" -documentation = "https://docs.rs/crate/yaml-rust/" +documentation = "https://docs.rs/yaml-rust" license = "MIT/Apache-2.0" description = "The missing YAML 1.2 parser for rust" repository = "https://github.com/chyh1990/yaml-rust"