From 27744942088fa33e1d531b4afa820ed53568a808 Mon Sep 17 00:00:00 2001 From: Fedor Gogolev Date: Sat, 7 Apr 2018 18:35:44 +0300 Subject: [PATCH] docs: use docs.rs documentation in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]