diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-06-16 15:08:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 15:08:48 +0200 |
| commit | b4dd6a0dc43f85d9fcd9cfaf45a5c5d854ee13ae (patch) | |
| tree | b1ff2ca68d85093c75005dded14c365cd630372b | |
| parent | 3c437e5733babe67ccdfa6c5928878e1b039228e (diff) | |
| parent | 60410ef020ab9cd079ec2951ac52aa567a32dd26 (diff) | |
| download | rust-b4dd6a0dc43f85d9fcd9cfaf45a5c5d854ee13ae.tar.gz rust-b4dd6a0dc43f85d9fcd9cfaf45a5c5d854ee13ae.zip | |
Rollup merge of #73400 - rnestler:patch-1, r=jonas-schievink
Fix forge-platform-support URL Apparently it got changed.
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 3ae3417a9b4..006682f5059 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -912,7 +912,7 @@ Compatibility Notes [`Duration::mul_f32`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.mul_f32 [`Duration::mul_f64`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.mul_f64 [`any::type_name`]: https://doc.rust-lang.org/std/any/fn.type_name.html -[forge-platform-support]: https://forge.rust-lang.org/platform-support.html +[forge-platform-support]: https://forge.rust-lang.org/release/platform-support.html [pipeline-internals]: https://internals.rust-lang.org/t/evaluating-pipelined-rustc-compilation/10199 Version 1.37.0 (2019-08-15) |
