summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-29 16:15:24 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-29 16:15:24 +0300
commit6be5e367bbf5e152adeabac18548ecf7939506a2 (patch)
treeb2276465fbbc4b7a7864ac97e470f2731c39cd4f /Cargo.toml
parent2c56f027fb3a2c66cd92b1b89335465dc2f417b3 (diff)
Move docs to docs.rs
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 834083b..f71501a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Cyril Plisko <cyril.plisko@mountall.com>"]
description = "Helps pipe your output through an external pager"
-documentation = "https://imp.gitlab.io/pager-rs/pager"
+documentation = "https://docs.rs/pager"
repository = "https://gitlab.com/imp/pager-rs.git"
keywords = ["pager", "less", "more"]
license = "Apache-2.0/MIT"