diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-07-24 14:02:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 20:02:10 +0800 |
| commit | c27774ee51beb5e2695250886bdfbd518e318d72 (patch) | |
| tree | e20a532e9238b31e295244c055438112049dbcfd /src/doc/rustc-dev-guide | |
| parent | 33485ba44dbd8e68d4ec7c15863b8f2a8181d028 (diff) | |
| download | rust-c27774ee51beb5e2695250886bdfbd518e318d72.tar.gz rust-c27774ee51beb5e2695250886bdfbd518e318d72.zip | |
Fix invalid link to toolstate documentation (#2021)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/ci.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/ci.md b/src/doc/rustc-dev-guide/src/tests/ci.md index d6996cdc0ce..951a25dfcdf 100644 --- a/src/doc/rustc-dev-guide/src/tests/ci.md +++ b/src/doc/rustc-dev-guide/src/tests/ci.md @@ -264,7 +264,7 @@ few days before we promote nightly to beta. More information is available in the [toolstate documentation]. [rust-toolstate]: https://rust-lang-nursery.github.io/rust-toolstate -[toolstate documentation]: ../toolstate.md +[toolstate documentation]: https://forge.rust-lang.org/infra/toolstate.html [GitHub Actions]: https://github.com/rust-lang/rust/actions [`jobs.yml`]: https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/jobs.yml |
