diff --git a/Cargo.toml b/Cargo.toml index 008ad67..49ce475 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Access and modify Atlassian Confluence pages from Rust" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/Nercury/confluence-rs" -documentation = "https://docs.rs/crate/confluence/0.3.0" +documentation = "https://docs.rs/confluence" keywords = ["confluence", "atlassian", "api", "soap", "wiki"] categories = ["api-bindings"] diff --git a/README.md b/README.md index 8fa7fae..949a487 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ fn main() { ## Reference -Read __[full documentation](https://docs.rs/crate/confluence/0.3.0)__. +Read __[full documentation](https://docs.rs/confluence)__. ## License