File tree 5 files changed +5
-227
lines changed
5 files changed +5
-227
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ git-repository-url="https://github.com/rust-lang/rust-forge"
23
23
"fott.html" = " /archive/fott.html"
24
24
"infrastructure.html" = " /infra/service-infrastructure.html"
25
25
"other-installation-methods.html" = " /infra/other-installation-methods.html"
26
- "platform-support.html" = " /release/platform-support.html"
26
+ "platform-support.html" = " https://doc.rust-lang.org/nightly/rustc/platform-support.html"
27
+ "release/platform-support.html" = " https://doc.rust-lang.org/nightly/rustc/platform-support.html"
27
28
"profile-queries.html" = " /compiler/profile-queries.html"
28
29
"release-notes.html" = " /release/release-notes.html"
29
30
"releases.html" = " /archive/release-history.html"
@@ -45,4 +46,4 @@ git-repository-url="https://github.com/rust-lang/rust-forge"
45
46
"github.html" = " platforms/github.html"
46
47
"chat/email.html" = " platforms/email.html"
47
48
"chat/zulip/index.html" = " platforms/zulip/index.html"
48
- "chat/zulip.html" = " platforms/zulip.html"
49
+ "chat/zulip.html" = " platforms/zulip.html"
Original file line number Diff line number Diff line change 67
67
- [ Maintaining the standard library] ( ./libs/maintaining-std.md )
68
68
- [ Release] ( ./release/README.md )
69
69
- [ Beta Backporting] ( ./release/beta-backporting.md )
70
- - [ Platform Support] ( ./release/platform-support.md )
71
70
- [ Preparing Release Notes] ( ./release/release-notes.md )
72
71
- [ Release Process] ( ./release/process.md )
73
72
- [ Rollup Procedure] ( ./release/rollups.md )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ platforms) on Azure Pipelines. Since those platforms are not x86 we either run
37
37
everything inside QEMU or just cross-compile if we don’t want to run the tests
38
38
for that platform.
39
39
40
- [ platforms ] : https://forge .rust-lang.org/release /platform-support.html
40
+ [ platforms ] : https://doc .rust-lang.org/nightly/rustc /platform-support.html
41
41
[ rustup-toolchain-install-master ] : https://github.com/kennytm/rustup-toolchain-install-master
42
42
[ dist-x86_64-linux ] : https://github.com/rust-lang/rust/blob/master/src/ci/docker/dist-x86_64-linux/Dockerfile
43
43
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Past releases can be found in [the archives].
113
113
[ homebrew ] : http://brew.sh/
114
114
[ chocolatey ] : http://chocolatey.org/
115
115
[ scoop ] : https://scoop.sh/
116
- [ three tiers ] : https://forge .rust-lang.org/release /platform-support.html
116
+ [ three tiers ] : https://doc .rust-lang.org/nightly/rustc /platform-support.html
117
117
[ rust signing key ] : https://static.rust-lang.org/rust-key.gpg.ascii
118
118
[ gpg ] : https://gnupg.org/
119
119
[ available on keybase.io ] : https://keybase.io/rust
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments