Fix broken documentation link in Cargo.toml. Fix #6

This commit is contained in:
Mohd Tarmizi 2017-03-22 00:11:17 +08:00
parent ba40625c9e
commit cf41a75f8d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "1.0.0-beta"
authors = ["Mohd Tarmizi Mohd Affandi"]
license = "MIT"
description = "FastCGI library written in pure Rust"
documentation = "http://www.rust-ci.org/mohtar/rust-fastcgi/doc/fastcgi/"
documentation = "https://docs.rs/fastcgi"
repository = "https://github.com/mohtar/rust-fastcgi"
readme = "README.md"
keywords = ["fastcgi", "web", "server", "protocol", "cgi"]