summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-05 20:26:25 +0200
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-05 20:40:21 +0200
commitdb825d9959c9c6037202e7af4d6a42bdcd95a20c (patch)
tree491fb7defdc59f3ffb9b201a3807a766db0eeebb /Cargo.toml
parent1193d099ada1e3fe491726d11ed3c5fec243a7fc (diff)
Rely on doc.rs for documentation hosting (except master)
Closes #20
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 62e6c61..210f12b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ version = "0.6.7"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"
-documentation = "http://phsym.github.io/prettytable-rs"
+documentation = "https://docs.rs/crate/prettytable-rs/"
readme = "README.md"
authors = [ "Pierre-Henri Symoneaux" ]
keywords = ["tab", "table", "format", "pretty", "print"]