Skip to content

Commit 2a59d35

Browse files
Merge pull request #422 from ehuss/move-platform-support
Move platform-support to the rustc book.
2 parents 168babe + 3ef7745 commit 2a59d35

File tree

5 files changed

+5
-227
lines changed

5 files changed

+5
-227
lines changed

book.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ git-repository-url="https://github.com/rust-lang/rust-forge"
2323
"fott.html" = "/archive/fott.html"
2424
"infrastructure.html" = "/infra/service-infrastructure.html"
2525
"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"
2728
"profile-queries.html" = "/compiler/profile-queries.html"
2829
"release-notes.html" = "/release/release-notes.html"
2930
"releases.html" = "/archive/release-history.html"
@@ -45,4 +46,4 @@ git-repository-url="https://github.com/rust-lang/rust-forge"
4546
"github.html" = "platforms/github.html"
4647
"chat/email.html" = "platforms/email.html"
4748
"chat/zulip/index.html" = "platforms/zulip/index.html"
48-
"chat/zulip.html" = "platforms/zulip.html"
49+
"chat/zulip.html" = "platforms/zulip.html"

src/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
- [Maintaining the standard library](./libs/maintaining-std.md)
6868
- [Release](./release/README.md)
6969
- [Beta Backporting](./release/beta-backporting.md)
70-
- [Platform Support](./release/platform-support.md)
7170
- [Preparing Release Notes](./release/release-notes.md)
7271
- [Release Process](./release/process.md)
7372
- [Rollup Procedure](./release/rollups.md)

src/infra/docs/rustc-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ platforms) on Azure Pipelines. Since those platforms are not x86 we either run
3737
everything inside QEMU or just cross-compile if we don’t want to run the tests
3838
for that platform.
3939

40-
[platforms]: https://forge.rust-lang.org/release/platform-support.html
40+
[platforms]: https://doc.rust-lang.org/nightly/rustc/platform-support.html
4141
[rustup-toolchain-install-master]: https://github.com/kennytm/rustup-toolchain-install-master
4242
[dist-x86_64-linux]: https://github.com/rust-lang/rust/blob/master/src/ci/docker/dist-x86_64-linux/Dockerfile
4343

src/infra/other-installation-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Past releases can be found in [the archives].
113113
[homebrew]: http://brew.sh/
114114
[chocolatey]: http://chocolatey.org/
115115
[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
117117
[rust signing key]: https://static.rust-lang.org/rust-key.gpg.ascii
118118
[gpg]: https://gnupg.org/
119119
[available on keybase.io]: https://keybase.io/rust

src/release/platform-support.md

Lines changed: 0 additions & 222 deletions
This file was deleted.

0 commit comments

Comments
 (0)