From bcf5a641df944a2f5293c999be7d31e19e6a714e Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 23 Aug 2016 20:17:39 -0500 Subject: [PATCH] README: fix link --- library/compiler-builtins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/compiler-builtins/README.md b/library/compiler-builtins/README.md index 6dae6654f42c..55f215316a94 100644 --- a/library/compiler-builtins/README.md +++ b/library/compiler-builtins/README.md @@ -12,7 +12,7 @@ See [rust-lang/rust#35437][0]. ## Contributing -1. Pick one or more intrinsics from the [pending list][/#progress]. +1. Pick one or more intrinsics from the [pending list][#progress]. 2. Fork this repository 3. Port the intrinsic(s) and their corresponding [unit tests][1] from their [C implementation][2] to Rust.