summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan Behrens <fintelia@gmail.com>2019-06-28 15:21:44 -0400
committerGitHub <noreply@github.com>2019-06-28 15:21:44 -0400
commitcc33108bb9a83249002454f87d8f4cd9de69bf91 (patch)
treeb7c9fcef0c25ef98102deb878e035e77cd1f0235 /README.md
parent00fe094a9d88d4d643ad602b29104986d35c4e48 (diff)
downloadrust-libc-cc33108bb9a83249002454f87d8f4cd9de69bf91.tar.gz
Fix link in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7bde17da6d..dc5ff04fcc 100644
--- a/README.md
+++ b/README.md
@@ -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.