docs: Fix URL path to github hosted files

Closes #1106
This commit is contained in:
Peter Lyons 2017-11-13 14:03:25 -07:00
parent 39fae92997
commit ce72aada56

View file

@ -4,7 +4,7 @@ name = "clap"
version = "2.27.1"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/kbknapp/clap-rs.git"
repository = "https://github.com/kbknapp/clap-rs"
documentation = "https://docs.rs/clap/"
homepage = "https://clap.rs/"
readme = "README.md"