From 883ed1e89e1f930ef01d97c7d655c248af9920c6 Mon Sep 17 00:00:00 2001 From: Mark Weiler Date: Tue, 4 Apr 2023 10:54:49 +0200 Subject: [PATCH] Link to current documentation --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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