diff options
author | bors <bors@rust-lang.org> | 2019-06-28 19:58:46 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2019-06-28 19:58:46 +0000 |
commit | 54ea12dff4b9b440e11dfa1c46ef028a0814f8a1 (patch) | |
tree | b7c9fcef0c25ef98102deb878e035e77cd1f0235 | |
parent | 00fe094a9d88d4d643ad602b29104986d35c4e48 (diff) | |
parent | cc33108bb9a83249002454f87d8f4cd9de69bf91 (diff) | |
download | rust-libc-54ea12dff4b9b440e11dfa1c46ef028a0814f8a1.tar.gz |
Auto merge of #1418 - fintelia:patch-2, r=gnzlbg
Fix link in README.md
Same as #1417, but actually against the right branch this time.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ newer Rust features are only available on newer Rust toolchains: [Platform-specific documentation (master branch)][docs.master]. See -[`ci/build.sh`](https://github.com/rust-lang/libc/blob/master/libc-test/build.rs) +[`ci/build.sh`](https://github.com/rust-lang/libc/blob/master/ci/build.sh) for the platforms on which `libc` is guaranteed to build for each Rust toolchain. The test-matrix at [Travis-CI], [Appveyor], and [Cirrus-CI] show the platforms in which `libc` tests are run. |