Skip to content

Move platform-support to the rustc book. #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ git-repository-url="https://github.com/rust-lang/rust-forge"
"fott.html" = "/archive/fott.html"
"infrastructure.html" = "/infra/service-infrastructure.html"
"other-installation-methods.html" = "/infra/other-installation-methods.html"
"platform-support.html" = "/release/platform-support.html"
"platform-support.html" = "https://doc.rust-lang.org/nightly/rustc/platform-support.html"
"release/platform-support.html" = "https://doc.rust-lang.org/nightly/rustc/platform-support.html"
"profile-queries.html" = "/compiler/profile-queries.html"
"release-notes.html" = "/release/release-notes.html"
"releases.html" = "/archive/release-history.html"
Expand All @@ -45,4 +46,4 @@ git-repository-url="https://github.com/rust-lang/rust-forge"
"github.html" = "platforms/github.html"
"chat/email.html" = "platforms/email.html"
"chat/zulip/index.html" = "platforms/zulip/index.html"
"chat/zulip.html" = "platforms/zulip.html"
"chat/zulip.html" = "platforms/zulip.html"
1 change: 0 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
- [Maintaining the standard library](./libs/maintaining-std.md)
- [Release](./release/README.md)
- [Beta Backporting](./release/beta-backporting.md)
- [Platform Support](./release/platform-support.md)
- [Preparing Release Notes](./release/release-notes.md)
- [Release Process](./release/process.md)
- [Rollup Procedure](./release/rollups.md)
Expand Down
2 changes: 1 addition & 1 deletion src/infra/docs/rustc-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ platforms) on Azure Pipelines. Since those platforms are not x86 we either run
everything inside QEMU or just cross-compile if we don’t want to run the tests
for that platform.

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

Expand Down
2 changes: 1 addition & 1 deletion src/infra/other-installation-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Past releases can be found in [the archives].
[homebrew]: http://brew.sh/
[chocolatey]: http://chocolatey.org/
[scoop]: https://scoop.sh/
[three tiers]: https://forge.rust-lang.org/release/platform-support.html
[three tiers]: https://doc.rust-lang.org/nightly/rustc/platform-support.html
[rust signing key]: https://static.rust-lang.org/rust-key.gpg.ascii
[gpg]: https://gnupg.org/
[available on keybase.io]: https://keybase.io/rust
Expand Down
222 changes: 0 additions & 222 deletions src/release/platform-support.md

This file was deleted.