Merge pull request #93 from Byron/master

chore(cargo): fix documentation URL
This commit is contained in:
Kevin K. 2015-05-01 11:42:19 -04:00
commit aa1a1f8813

View file

@ -6,7 +6,7 @@ authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["docs/*", "examples/*", "claptests/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
repository = "https://github.com/kbknapp/clap-rs.git"
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
documentation = "http://kbknapp.github.io/clap-rs"
readme = "README.md"
keywords = ["argument", "command", "arg", "parser", "parse"]