From db825d9959c9c6037202e7af4d6a42bdcd95a20c Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Mon, 5 Jun 2017 20:26:25 +0200 Subject: Rely on doc.rs for documentation hosting (except master) Closes #20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] -- cgit v1.2.3