summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-03 14:59:33 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-03 14:59:33 +0200
commit17c569d0dc765c1fc331b6eb18b535dc845e53d9 (patch)
treeaf62df10f6143ab7b5185a9d90945c3712fbb03a
parent6ac9fbc4d69eaa259c4c8d55df7c01107e6d2611 (diff)
Fix documentation link for crates.io
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1441381..00ac678 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Crate to work with taskwarrior exported JSON"
keywords = ["json", "taskwarrior", "todo", "import", "export"]
-documentation = "https://matthiasbeyer.github.io/task-hookrs/task-hookrs/index.html"
+documentation = "https://matthiasbeyer.github.io/task-hookrs/task_hookrs/index.html"
homepage = "https://github.com/matthiasbeyer/task-hookrs"
repository = "https://github.com/matthiasbeyer/task-hookrs"
readme = "./README.md"