Skip to content

Commit 60cf772

Browse files
authored
Rollup merge of #83508 - JohnTitor:platform-support-link, r=joshtriplett
Use the direct link to the platform support page
2 parents 9df2b5f + 4590d54 commit 60cf772

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

RELEASES.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Compiler
3535
- [Added tier 3 support for `i386-unknown-linux-gnu` and `i486-unknown-linux-gnu` targets.][80662]
3636
- [The `target-cpu=native` option will now detect individual features of CPUs.][80749]
3737

38-
\* Refer to Rust's [platform support page][forge-platform-support] for more
38+
\* Refer to Rust's [platform support page][platform-support-doc] for more
3939
information on Rust's tiered platform support.
4040

4141
Libraries
@@ -183,7 +183,7 @@ Compiler
183183
- [The `x86_64-unknown-freebsd` is now built with the full toolset.][79484]
184184
- [Dropped support for all cloudabi targets.][78439]
185185

186-
\* Refer to Rust's [platform support page][forge-platform-support] for more
186+
\* Refer to Rust's [platform support page][platform-support-doc] for more
187187
information on Rust's tiered platform support.
188188

189189
Libraries
@@ -360,7 +360,7 @@ Compiler
360360
- [Output from threads spawned in tests is now captured.][78227]
361361
- [Change os and vendor values to "none" and "unknown" for some targets][78951]
362362

363-
\* Refer to Rust's [platform support page][forge-platform-support] for more
363+
\* Refer to Rust's [platform support page][platform-support-doc] for more
364364
information on Rust's tiered platform support.
365365

366366
Libraries
@@ -465,7 +465,7 @@ Compiler
465465
Note: If you're using cargo you must explicitly pass the `--target` flag.
466466
- [Added tier 2\* support for `aarch64-unknown-linux-musl`.][76420]
467467

468-
\* Refer to Rust's [platform support page][forge-platform-support] for more
468+
\* Refer to Rust's [platform support page][platform-support-doc] for more
469469
information on Rust's tiered platform support.
470470

471471
Libraries
@@ -604,7 +604,7 @@ Compiler
604604
- [Upgrade the FreeBSD toolchain to version 11.4][75204]
605605
- [`RUST_BACKTRACE`'s output is now more compact.][75048]
606606

607-
\* Refer to Rust's [platform support page][forge-platform-support] for more
607+
\* Refer to Rust's [platform support page][platform-support-doc] for more
608608
information on Rust's tiered platform support.
609609

610610
Libraries
@@ -889,7 +889,7 @@ Compiler
889889
- [Added tier 3 support for the `thumbv7a-uwp-windows-msvc` target.][72133]
890890
- [Upgraded to LLVM 10.][67759]
891891

892-
\* Refer to Rust's [platform support page][forge-platform-support] for more
892+
\* Refer to Rust's [platform support page][platform-support-doc] for more
893893
information on Rust's tiered platform support.
894894

895895

@@ -1398,7 +1398,7 @@ Compiler
13981398
pointing to the location where they were called, rather than
13991399
`core`'s internals. ][67887]
14001400

1401-
\* Refer to Rust's [platform support page][forge-platform-support] for more
1401+
\* Refer to Rust's [platform support page][platform-support-doc] for more
14021402
information on Rust's tiered platform support.
14031403

14041404
Libraries
@@ -1496,7 +1496,7 @@ Compiler
14961496
- [You can now provide `--extern` flag without a path, indicating that it is
14971497
available from the search path or specified with an `-L` flag.][64882]
14981498

1499-
\* Refer to Rust's [platform support page][forge-platform-support] for more
1499+
\* Refer to Rust's [platform support page][platform-support-doc] for more
15001500
information on Rust's tiered platform support.
15011501

15021502
[argfile-docs]: https://doc.rust-lang.org/nightly/rustc/command-line-arguments.html#path-load-command-line-flags-from-a-path
@@ -1620,7 +1620,7 @@ Compiler
16201620
- [Added tier 3 support for the `mips64-unknown-linux-muslabi64`, and
16211621
`mips64el-unknown-linux-muslabi64` targets.][65843]
16221622

1623-
\* Refer to Rust's [platform support page][forge-platform-support] for more
1623+
\* Refer to Rust's [platform support page][platform-support-doc] for more
16241624
information on Rust's tiered platform support.
16251625

16261626
Libraries
@@ -1770,7 +1770,7 @@ Compiler
17701770
output of successful tests.][62600]
17711771

17721772

1773-
\* Refer to Rust's [platform support page][forge-platform-support] for more
1773+
\* Refer to Rust's [platform support page][platform-support-doc] for more
17741774
information on Rust's tiered platform support.
17751775

17761776
Libraries
@@ -1864,7 +1864,7 @@ Compiler
18641864
- [Added tier 3 support for the `riscv32i-unknown-none-elf` target.][62784]
18651865
- [Upgraded to LLVM 9.][62592]
18661866

1867-
\* Refer to Rust's [platform support page][forge-platform-support] for more
1867+
\* Refer to Rust's [platform support page][platform-support-doc] for more
18681868
information on Rust's tiered platform support.
18691869

18701870
Libraries
@@ -1951,7 +1951,7 @@ Compatibility Notes
19511951
[`Duration::mul_f32`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.mul_f32
19521952
[`Duration::mul_f64`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.mul_f64
19531953
[`any::type_name`]: https://doc.rust-lang.org/std/any/fn.type_name.html
1954-
[forge-platform-support]: https://forge.rust-lang.org/release/platform-support.html
1954+
[platform-support-doc]: https://doc.rust-lang.org/nightly/rustc/platform-support.html
19551955
[pipeline-internals]: https://internals.rust-lang.org/t/evaluating-pipelined-rustc-compilation/10199
19561956

19571957
Version 1.37.0 (2019-08-15)

0 commit comments

Comments
 (0)