Skip to content

Commit a352dd4

Browse files
authored
Rollup merge of rust-lang#56808 - jrvidal:broken-links, r=kennytm
Fixes broken links Just a few broken links. Not sure what to do about this one: https://github.com/rust-lang/rust/blame/master/src/doc/unstable-book/src/language-features/plugin.md#L135 (regex macros were removed a while ago in rust-lang/regex@0375954).
2 parents 1f0a730 + b6b278e commit a352dd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/doc/rustc/src/targets/built-in.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ the team is supporting directly.
66

77
To see the list of built-in targets, you can run `rustc --print target-list`,
88
or look at [the API
9-
docs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_back/target/#modules).
9+
docs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/spec/index.html#modules).
1010
Each module there defines a builder for a particular target.

src/doc/rustc/src/targets/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
architecture. The list of *targets* are the possible architectures that you can build for.
55

66
To see all the options that you can set with a target, see the docs
7-
[here](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_back/target/struct.Target.html).
7+
[here](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/spec/struct.Target.html).
88

99
To compile to a particular target, use the `--target` flag:
1010

src/doc/unstable-book/src/language-features/unsized-locals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The tracking issue for this feature is: [#48055]
88

99
This implements [RFC1909]. When turned on, you can have unsized arguments and locals:
1010

11-
[RFC1909]: https://github.com/rust-lang/rfcs/blob/master/text/1909-coercions.md
11+
[RFC1909]: https://github.com/rust-lang/rfcs/blob/master/text/1909-unsized-rvalues.md
1212

1313
```rust
1414
#![feature(unsized_locals)]

0 commit comments

Comments
 (0)