about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2020-09-09 17:00:32 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2020-09-09 21:39:55 +0200
commit94e1af9bb365c972f3a49308804e8a49d018f4be (patch)
treeb7d18e56abdede29b19e67a6cf6eed89c899f7e4 /src/doc/rustc-dev-guide
parentcbdf90fd573906b92ece5ef4f75b2293576e036e (diff)
downloadrust-94e1af9bb365c972f3a49308804e8a49d018f4be.tar.gz
rust-94e1af9bb365c972f3a49308804e8a49d018f4be.zip
Update src/building/new-target.md
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/new-target.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/new-target.md b/src/doc/rustc-dev-guide/src/building/new-target.md
index 022f8f1fb08..91b337052f1 100644
--- a/src/doc/rustc-dev-guide/src/building/new-target.md
+++ b/src/doc/rustc-dev-guide/src/building/new-target.md
@@ -107,4 +107,4 @@ a) Targets that are only cross-compiled (`rustup target add`)
 b) Targets that have a native toolchain (`rustup toolchain install`)
 
 For an example of promoting a target from cross-compiled to native,
-see [!75914](https://github.com/rust-lang/rust/pull/75914).
+see [75914](https://github.com/rust-lang/rust/pull/75914).