diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-13 03:52:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-13 03:52:43 +0200 |
| commit | d0a316037441a7c475315edd7e0364d7a34deec3 (patch) | |
| tree | 190956dd360a48477ce0b627ae4b28349273ece3 | |
| parent | 240a6d3401e9ba93a19f1b56217e8ac2d7743817 (diff) | |
| parent | 26176b017e6afd4c4d730207f3b19aead54f0c63 (diff) | |
| download | rust-d0a316037441a7c475315edd7e0364d7a34deec3.tar.gz rust-d0a316037441a7c475315edd7e0364d7a34deec3.zip | |
Merge pull request #2281 from rust-lang/tshepang-patch-1
less text for same effect
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/new-target.md | 5 |
1 files changed, 2 insertions, 3 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 cd215277e69..14d10d4a59d 100644 --- a/src/doc/rustc-dev-guide/src/building/new-target.md +++ b/src/doc/rustc-dev-guide/src/building/new-target.md @@ -4,12 +4,11 @@ These are a set of steps to add support for a new target. There are numerous end states and paths to get there, so not all sections may be relevant to your desired goal. -See also the associated documentation in the -[target tier policy][target_tier_policy_add]. +See also the associated documentation in the [target tier policy]. <!-- toc --> -[target_tier_policy_add]: https://doc.rust-lang.org/rustc/target-tier-policy.html#adding-a-new-target +[target tier policy]: https://doc.rust-lang.org/rustc/target-tier-policy.html#adding-a-new-target ## Specifying a new LLVM |
