From cd4ad696963e0b6803c30967fe97c4933c82219c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 12:25:55 -0700 Subject: [PATCH] Fix docs.rs link --- saphyr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"