Skip to content

Commit e469842

Browse files
authored
Fix internal links (#1576)
1 parent cbee587 commit e469842

7 files changed

+8
-8
lines changed

Diff for: content/Rust-1.0-alpha2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases = ["2015/02/20/Rust-1.0-alpha2.html"]
99
Today, we are happy to announce the release of Rust 1.0.0.alpha.2! Rust is a
1010
systems programming language pursuing the trifecta: safe, fast, and concurrent.
1111

12-
In accordance with our [status report](../../../2015/02/13/Final-1.0-timeline.html)
12+
In accordance with our [status report](/2015/02/13/Final-1.0-timeline/)
1313
last week, this is a second alpha release, rather than a first beta release.
1414
The beta release will be six weeks from today, with the final coming six weeks
1515
after that.
@@ -18,7 +18,7 @@ We’ve managed to land almost all of the features previously expected for this
1818
cycle. **The big headline here is that all major API revisions are finished**:
1919
path and IO reform have landed. At this point, all modules shipping for 1.0 are
2020
in what we expect to be their final form, modulo minor tweaks during the alpha2
21-
cycle. See the [previous post](../../../2015/02/13/Final-1.0-timeline.html) for more
21+
cycle. See the [previous post](/2015/02/13/Final-1.0-timeline/) for more
2222
details.
2323

2424
This coming release cycle is crucial to Rust, as this will be the last cycle

Diff for: content/Rust-1.52.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ done under the assumption that the new verification would ship in 1.53, not
128128

129129
It turns out `verify-ich` was turned on in version 1.52.0, which was [released recently][].
130130

131-
[released recently]: ../../../2021/05/06/Rust-1.52.0.html
131+
[released recently]: /2021/05/06/Rust-1.52.0/
132132

133133
Today's new release, 1.52.1, works around the breakage caused by the newly added
134134
verification by temporarily changing the defaults in the Rust compiler to disable

Diff for: content/Rust-1.53.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ from a repository where the default branch is called `main`.
124124

125125
### Incremental Compilation remains off by default
126126

127-
As previously discussed on the [blog post for version 1.52.1](../../../2021/05/10/Rust-1.52.1.html), incremental compilation has been turned off by default on the stable Rust release channel. The feature remains available on the beta and nightly release channels. For the 1.53.0 stable release, the method for reenabling incremental is unchanged from 1.52.1.
127+
As previously discussed on the [blog post for version 1.52.1](/2021/05/10/Rust-1.52.1/), incremental compilation has been turned off by default on the stable Rust release channel. The feature remains available on the beta and nightly release channels. For the 1.53.0 stable release, the method for reenabling incremental is unchanged from 1.52.1.
128128

129129
### Stabilized APIs
130130

Diff for: content/inside-rust-blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ updates by the various Rust teams and working groups. If you're
1111
interested in following along with the "nitty gritty" of Rust
1212
development, then you should take a look!
1313

14-
[irb]: ../../../inside-rust/index.html
14+
[irb]: /inside-rust/
1515

Diff for: content/inside-rust/AsyncAwait-WG-Focus-Issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ them. This requires us to mix up how the [Async Foundations WG][wg] is
2626
operating.
2727

2828
[wg]: https://rust-lang.github.io/compiler-team/working-groups/async-await/
29-
[blog]: ../../../../2019/09/30/Async-await-hits-beta.html
29+
[blog]: /2019/09/30/Async-await-hits-beta/
3030

3131
### Announcing: focus issues
3232

Diff for: content/inside-rust/hiring-for-program-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ If you know of someone who might be great for this, please encourage that person
2121

2222
[Editions]: https://doc.rust-lang.org/nightly/edition-guide/
2323
[Project Goals]: https://rust-lang.github.io/rust-project-goals/
24-
[Rust 2024]: ../../../../2025/02/20/Rust-1.85.0.html
24+
[Rust 2024]: /2025/02/20/Rust-1.85.0/

Diff for: content/sparse-registry-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ team_url = "https://www.rust-lang.org/governance/teams/dev-tools#cargo"
1010
+++
1111

1212
> Note: Sparse registry support has been stabilized for the 1.68 release.
13-
> See [Help test Cargo's new index protocol](../../../inside-rust/2023/01/30/cargo-sparse-protocol.html) for updated information.
13+
> See [Help test Cargo's new index protocol](/inside-rust/2023/01/30/cargo-sparse-protocol/) for updated information.
1414
1515
The Cargo nightly [`sparse-registry`][sparse-registry] feature is ready for testing. The
1616
feature causes Cargo to access the crates.io index over HTTP, rather than git. It can

0 commit comments

Comments
 (0)