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"
5
5
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
6
6
license = " MIT/Apache-2.0"
7
7
repository = " https://github.com/alexcrichton/pkg-config-rs"
8
- documentation = " http ://alexcrichton.com /pkg-config-rs "
8
+ documentation = " https ://docs.rs /pkg-config"
9
9
description = """
10
10
A library to run the pkg-config system tool at build time in order to be used in
11
11
Cargo build scripts.
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/alexcrichton/pkg-config-rs.svg?branch=master )] ( https://travis-ci.org/alexcrichton/pkg-config-rs )
4
4
5
- [ Documentation] ( http ://alexcrichton.com /pkg-config-rs )
5
+ [ Documentation] ( https ://docs.rs /pkg-config)
6
6
7
7
A simple library meant to be used as a build dependency with Cargo packages in
8
8
order to use the system ` pkg-config ` tool (if available) to determine where a
Original file line number Diff line number Diff line change 61
61
//! }
62
62
//! ```
63
63
64
- #![ doc( html_root_url = "http ://alexcrichton.com /pkg-config-rs " ) ]
64
+ #![ doc( html_root_url = "https ://docs.rs /pkg-config/0.3 " ) ]
65
65
#![ cfg_attr( test, deny( warnings) ) ]
66
66
67
67
use std:: ascii:: AsciiExt ;
You can’t perform that action at this time.
0 commit comments