diff --git a/Cargo.toml b/Cargo.toml index c50cbf932..ddbecf600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.0" license = "MIT/Apache-2.0" authors = ["Fedor Gogolev "] repository = "https://github.com/knsd/daemonize" -documentation = "http://knsd.github.io/daemonize" +documentation = "https://docs.rs/daemonize" readme = "README.md" description = "Library to enable your code run as a daemon process on Unix-like systems." keywords = ["daemon", "daemonize", "unix"]