summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-03 15:27:03 +0200
committerGitHub <noreply@github.com>2016-07-03 15:27:03 +0200
commit556dd151afd3d841922e67481002ec7c2194b027 (patch)
treeabdd4246e931b41f10b68ff8bd3ffe33e8cb012f
parentd4382bd3c6a8916ba085e0a79f166a287e131e8c (diff)
parent17c569d0dc765c1fc331b6eb18b535dc845e53d9 (diff)
Merge pull request #29 from matthiasbeyer/fix-documentation-link
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"