Skip to content

Commit 49c9be5

Browse files
authored
Merge pull request #3973 from ehuss/fix-3874-link
Fix some links in the build-std RFCs
2 parents 7160a96 + 6c4007d commit 49c9be5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

text/3874-build-std-always.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library, so that the new surface area of the standard library exposed by
7474
build-std is minimal (while providing extension points for this to be changed in
7575
future in limited and controlled ways).
7676

77-
[rfcs#3875-features]: https://github.com/davidtwco/rfcs/blob/build-std-part-three-explicit-dependencies/text/3875-build-std-explicit-dependencies.md#features
77+
[rfcs#3875-features]: https://rust-lang.github.io/rfcs/3875-build-std-explicit-dependencies.html#features
7878

7979
## Proposal
8080
[proposal]: #proposal
@@ -339,7 +339,7 @@ possibility for how the `no_std` mechanism could be replaced.
339339

340340
- [*Replace `#![no_std]` as the source-of-truth for whether a crate depends on `std`*][future-replace-no_std] (RFC 3875)
341341

342-
[future-replace-no_std]: https://github.com/davidtwco/rfcs/blob/build-std-part-three-explicit-dependencies/text/3875-build-std-explicit-dependencies.md#replace-no_std-as-the-source-of-truth-for-whether-a-crate-depends-on-std
342+
[future-replace-no_std]: https://rust-lang.github.io/rfcs/3875-build-std-explicit-dependencies.html#replace-no_std-as-the-source-of-truth-for-whether-a-crate-depends-on-std
343343

344344
### `restricted_std`
345345
[restricted_std]: #restricted_std
@@ -564,7 +564,7 @@ and is unchanged.
564564
See [*Allow local builds of `compiler-rt` intrinsics*][future-compiler-builtins-c]
565565
for discussion of the `compiler-builtins-c` feature.
566566

567-
[future-compiler-builtins-c]: https://github.com/davidtwco/rfcs/blob/build-std-part-three-explicit-dependencies/text/3875-build-std-explicit-dependencies.md#allow-local-builds-of-compiler-rt-intrinsics
567+
[future-compiler-builtins-c]: https://rust-lang.github.io/rfcs/3875-build-std-explicit-dependencies.html#allow-local-builds-of-compiler-rt-intrinsics
568568

569569
#### `compiler-builtins/mem`
570570
[compiler-builtins-mem]: #compiler-builtinsmem

text/3875-build-std-explicit-dependencies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ same behaviour and constraints apply.
251251
- [*Allow `builtin` source replacement*][future-source-replacement]
252252
- [*Remove `rustc_dep_of_std`*][future-rustc_dep_of_std]
253253
254-
[rfcs#3874-standard-library-crate-stability]: https://github.com/davidtwco/rfcs/blob/build-std-part-two-always/text/3874-build-std-always.md#standard-library-crate-stability
255-
[rfcs#3874-noprelude]: https://github.com/davidtwco/rfcs/blob/build-std-part-two-always/text/3874-build-std-always.md#why-use-noprelude-with---extern
254+
[rfcs#3874-standard-library-crate-stability]: https://rust-lang.github.io/rfcs/3874-build-std-always.html#standard-library-crate-stability
255+
[rfcs#3874-noprelude]: https://rust-lang.github.io/rfcs/3874-build-std-always.html#why-use-noprelude-with---extern
256256
257257
### Non-`builtin` standard library dependencies
258258
[non-builtin-standard-library-dependencies]: #non-builtin-standard-library-dependencies
@@ -1301,8 +1301,8 @@ prevent some otherwise stable features from being toggled as it controls those.
13011301
13021302
↩ [*Features*][features]
13031303
1304-
[rfcs#3874-panic-strategies]: https://github.com/davidtwco/rfcs/blob/build-std-part-two-always/text/3874-build-std-always.md#panic-strategies
1305-
[rfcs#3874-compiler-builtins-mem]: https://github.com/davidtwco/rfcs/blob/build-std-part-two-always/text/3874-build-std-always.md#compiler-builtinsmem
1304+
[rfcs#3874-panic-strategies]: https://rust-lang.github.io/rfcs/3874-build-std-always.html#panic-strategies
1305+
[rfcs#3874-compiler-builtins-mem]: https://rust-lang.github.io/rfcs/3874-build-std-always.html#compiler-builtinsmem
13061306
13071307
### Allow local builds of `compiler-rt` intrinsics
13081308
[future-compiler-builtins-c]: #allow-local-builds-of-compiler-rt-intrinsics

0 commit comments

Comments
 (0)