diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0e5d0c68b8a80359e3dfe4239219390941add8de..181b604b533bd93bc061bc20a2a7bcdee07b05e3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,9 +38,9 @@ With that in mind, the steps for adding a new API are:
 
 ### Test before you commit
 
-We have two automated tests running on [Travis](https://travis-ci.org/rust-lang/libc):
+We have two automated tests running on [Travis](https://travis-ci.com/rust-lang/libc):
 
-1. [`libc-test`](https://github.com/alexcrichton/ctest)
+1. [`libc-test`](https://github.com/gnzlbg/ctest)
   - `cd libc-test && cargo test`
   - Use the `skip_*()` functions in `build.rs` if you really need a workaround.
 2. Style checker