diff options
| author | Raphael Nestler <raphael.nestler@gmail.com> | 2020-06-16 13:42:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 13:42:09 +0200 |
| commit | 60410ef020ab9cd079ec2951ac52aa567a32dd26 (patch) | |
| tree | 14772ba10f9f7e0c28c76a7a26066d05e4d12fbf | |
| parent | c8a9c340de32cb70c8bad8af1a4474f805c5a969 (diff) | |
| download | rust-60410ef020ab9cd079ec2951ac52aa567a32dd26.tar.gz rust-60410ef020ab9cd079ec2951ac52aa567a32dd26.zip | |
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) |
