Skip to content

Commit

Permalink
Merge pull request #10 from tigsikram/link-to-current-documentation
Browse files Browse the repository at this point in the history
Link to current documentation
  • Loading branch information
Nercury authored May 4, 2023
2 parents 88d4c53 + 883ed1e commit d26469d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d26469d

Please sign in to comment.