aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2016-12-24 08:52:38 +0100
committerEdward Barnard2016-12-24 08:52:38 +0100
commit822edd92143d95edc844556967fe28039262384a (patch)
treeb58d095fe72171530520f3e25262824bd0077823
parente1b65586a019bac3ce507ce53d8293a5a06cc8bb (diff)
downloadrust-plist-822edd92143d95edc844556967fe28039262384a.tar.bz2
Update documentation address.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 558f438..e96a733 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Ed Barnard <eabarnard@gmail.com>"]
description = "A rusty plist parser. Very much a work in progress."
license = "MIT"
repository = "https://github.com/ebarnard/rust-plist/"
-documentation = "https://ebarnard.github.io/rust-plist/"
+documentation = "https://docs.rs/plist/0.0.15/plist/"
keywords = ["plist", "parser"]
build = "build.rs"