From cc33108bb9a83249002454f87d8f4cd9de69bf91 Mon Sep 17 00:00:00 2001
From: Jonathan Behrens <fintelia@gmail.com>
Date: Fri, 28 Jun 2019 15:21:44 -0400
Subject: [PATCH] Fix link in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7bde17da..dc5ff04f 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.
-- 
GitLab