diff --git a/Cargo.toml b/Cargo.toml index 26e8163..b10aed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,11 @@ name = "users" description = "Library for getting information on Unix users and groups" authors = [ "ogham@bsago.me" ] -documentation = "http://ogham.rustdocs.org/users/" +documentation = "https://docs.rs/users/users/" homepage = "https://github.com/ogham/rust-users" license = "MIT" readme = "README.md" -version = "0.5.1" +version = "0.5.2" [dependencies] libc = "0.2" diff --git a/README.md b/README.md index 6bbb231..2ad49b8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a library for getting information on Unix users and groups. It supports getting the system users, and creating your own mock tables. -### [View the Rustdoc](http://ogham.rustdocs.org/users) +### [View the Rustdoc](https://docs.rs/users) # Installation