Skip to content

Commit 3cf9b12

Browse files
committed
Update doc urls
1 parent a493b0d commit 3cf9b12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.3.9"
55
authors = ["Alex Crichton <alex@alexcrichton.com>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/alexcrichton/pkg-config-rs"
8-
documentation = "http://alexcrichton.com/pkg-config-rs"
8+
documentation = "https://docs.rs/pkg-config"
99
description = """
1010
A library to run the pkg-config system tool at build time in order to be used in
1111
Cargo build scripts.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
A simple library meant to be used as a build dependency with Cargo packages in
88
order to use the system `pkg-config` tool (if available) to determine where a

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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

6767
use std::ascii::AsciiExt;

0 commit comments

Comments
 (0)