diff options
author | gnzlbg <gonzalobg88@gmail.com> | 2019-02-21 10:18:06 +0100 |
---|---|---|
committer | gnzlbg <gonzalobg88@gmail.com> | 2019-02-21 10:18:06 +0100 |
commit | dda85056bf578a2f99a58a32ab4bbd57900c3343 (patch) | |
tree | 2ac7f7acbd439a792f518151eb394fef5cb2e77f /README.md | |
parent | cd49efc997f2aa513e4021130b00f89d9434acdb (diff) | |
download | rust-libc-dda85056bf578a2f99a58a32ab4bbd57900c3343.tar.gz |
Fix broken links in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -51,11 +51,13 @@ newer Rust features are only available on newer Rust toolchains: ## Platform support -[Platform-specific documentation of libc's master branch for all supported platforms][docs.master]. +[Platform-specific documentation (master branch)][docs.master]. -See [`ci/build.sh`](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. +See +[`ci/build.sh`](https://github.com/rust-lang/libc/blob/master/libc-test/build.rs) +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. <div class="platform_docs"></div> @@ -98,4 +100,4 @@ dual licensed as above, without any additional terms or conditions. [Documentation]: https://docs.rs/libc/badge.svg [docs.rs]: https://docs.rs/libc [License]: https://img.shields.io/crates/l/libc.svg -[docs.master]: https://rust-lang.github.io/libc +[docs.master]: https://rust-lang.github.io/libc/#platform-specific-documentation |