File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version = "0.3.9"
55authors = [" Alex Crichton <alex@alexcrichton.com>" ]
66license = " MIT/Apache-2.0"
77repository = " https://github.com/alexcrichton/pkg-config-rs"
8- documentation = " http ://alexcrichton.com /pkg-config-rs "
8+ documentation = " https ://docs.rs /pkg-config"
99description = """
1010A library to run the pkg-config system tool at build time in order to be used in
1111Cargo build scripts.
Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/alexcrichton/pkg-config-rs.svg?branch=master )] ( https://travis-ci.org/alexcrichton/pkg-config-rs )
44
5- [ Documentation] ( http ://alexcrichton.com /pkg-config-rs )
5+ [ Documentation] ( https ://docs.rs /pkg-config)
66
77A simple library meant to be used as a build dependency with Cargo packages in
88order to use the system ` pkg-config ` tool (if available) to determine where a
Original file line number Diff line number Diff line change 6161//! }
6262//! ```
6363
64- #![ doc( html_root_url = "http ://alexcrichton.com /pkg-config-rs " ) ]
64+ #![ doc( html_root_url = "https ://docs.rs /pkg-config/0.3 " ) ]
6565#![ cfg_attr( test, deny( warnings) ) ]
6666
6767use std:: ascii:: AsciiExt ;
You can’t perform that action at this time.
0 commit comments