From ff533237906c2925e2abb88cb00ce81f5120c2d8 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 9 Aug 2015 16:38:10 -0700 Subject: [PATCH] Correct the documentation links in the crates --- serde/Cargo.toml | 4 ++-- serde_codegen/Cargo.toml | 2 ++ serde_json/Cargo.toml | 4 ++-- serde_macros/Cargo.toml | 2 ++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/serde/Cargo.toml b/serde/Cargo.toml index 0c6d7cbd..260c6898 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A generic serialization/deserialization framework" repository = "https://github.com/serde-rs/serde" -documentation = "http://serde-rs.github.io/serde/serde" +documentation = "https://serde-rs.github.io/serde/serde/serde/index.html" readme = "../README.md" -keywords = ["serialization"] +keywords = ["serde", "serialization"] [dependencies] num = "*" diff --git a/serde_codegen/Cargo.toml b/serde_codegen/Cargo.toml index 91d519e4..07920832 100644 --- a/serde_codegen/Cargo.toml +++ b/serde_codegen/Cargo.toml @@ -5,7 +5,9 @@ authors = ["Erick Tryzelaar "] 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" build = "build.rs" +keywords = ["serde", "serialization"] [features] default = ["with-syntex"] diff --git a/serde_json/Cargo.toml b/serde_json/Cargo.toml index 5c1375c4..948041c3 100644 --- a/serde_json/Cargo.toml +++ b/serde_json/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A JSON serialization file format" repository = "https://github.com/serde-rs/serde" -documentation = "http://serde-rs.github.io/serde/serde" +documentation = "https://serde-rs.github.io/serde/serde_json/serde_json/index.html" readme = "../README.md" -keywords = ["serialization", "json"] +keywords = ["json", "serde", "serialization"] [dependencies] num = "*" diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index ffb1ca48..2626d32a 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "Macros to auto-generate implementations for the serde framework" repository = "https://github.com/serde-rs/serde" +documentation = "https://github.com/serde-rs/serde" +keywords = ["serde", "serialization"] [lib] name = "serde_macros"