From 7035fdfb99f9b727e473c277a977880a605dad94 Mon Sep 17 00:00:00 2001 From: Chen Yuheng Date: Sat, 6 Jan 2018 15:27:42 +0800 Subject: [PATCH] Update document link Fix #94 --- parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index bf82d9d..f00d0a9 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -3,7 +3,7 @@ name = "yaml-rust" version = "0.4.0" authors = ["Yuheng Chen "] homepage = "http://chyh1990.github.io/yaml-rust/" -documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/" +documentation = "https://docs.rs/crate/yaml-rust/" license = "MIT/Apache-2.0" description = "The missing YAML 1.2 parser for rust" repository = "https://github.com/chyh1990/yaml-rust"