summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-12-23 23:39:59 +0900
committersoftprops <d.tangren@gmail.com>2018-12-23 23:39:59 +0900
commite5f971c8f920ae81976557f16b98ca6e39c109d9 (patch)
treea8d278d0c1231dd40fef227fe2b437539285d5f3 /Cargo.toml
parent0a4069a5df7f4ae5b20f6f17ecb9f564d1eb40bf (diff)
refer to docs.rs for release docs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e399796..db098c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ name = "shiplift"
version = "0.3.2"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A Rust interface for maneuvering Docker containers"
-documentation = "https://softprops.github.io/shiplift"
+documentation = "https://docs.rs/shiplift"
homepage = "https://github.com/softprops/shiplift"
repository = "https://github.com/softprops/shiplift"
keywords = ["docker", "unix", "containers", "hyper", "ship"]