Merge pull request #264 from dtolnay/docs/links

Fix broken documentation links in Cargo.toml
This commit is contained in:
Erick Tryzelaar 2016-04-12 08:32:14 -07:00
commit 4b9f751d74
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A generic serialization/deserialization framework"
repository = "https://github.com/serde-rs/serde"
documentation = "https://serde-rs.github.io/serde/serde/serde/index.html"
documentation = "https://serde-rs.github.io/serde/serde/"
readme = "../README.md"
keywords = ["serde", "serialization"]

View File

@ -5,7 +5,7 @@ authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
repository = "https://github.com/serde-rs/serde"
documentation = "https://serde-rs.github.io/serde/serde_codegen/serde_codegen/index.html"
documentation = "https://github.com/serde-rs/serde"
build = "build.rs"
keywords = ["serde", "serialization"]