diff options
| author | Roberto Vidal <vidal.roberto.j@gmail.com> | 2018-12-14 10:36:37 +0100 |
|---|---|---|
| committer | Roberto Vidal <vidal.roberto.j@gmail.com> | 2018-12-14 10:40:08 +0100 |
| commit | b6b278e552cc1c9cd3a4a36c3a09fa6bc4592147 (patch) | |
| tree | f6b499a59c287a5afe904028f00c6231b2742b50 | |
| parent | 664ede88faf57b8fc09715fc66cd9e46490ce64d (diff) | |
| download | rust-b6b278e552cc1c9cd3a4a36c3a09fa6bc4592147.tar.gz rust-b6b278e552cc1c9cd3a4a36c3a09fa6bc4592147.zip | |
Fixes broken links
| -rw-r--r-- | src/doc/rustc/src/targets/built-in.md | 2 | ||||
| -rw-r--r-- | src/doc/rustc/src/targets/index.md | 2 | ||||
| -rw-r--r-- | src/doc/unstable-book/src/language-features/unsized-locals.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc/src/targets/built-in.md b/src/doc/rustc/src/targets/built-in.md index 8620346e5b7..2e94ebe345a 100644 --- a/src/doc/rustc/src/targets/built-in.md +++ b/src/doc/rustc/src/targets/built-in.md @@ -6,5 +6,5 @@ the team is supporting directly. To see the list of built-in targets, you can run `rustc --print target-list`, or look at [the API -docs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_back/target/#modules). +docs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/spec/index.html#modules). Each module there defines a builder for a particular target. \ No newline at end of file diff --git a/src/doc/rustc/src/targets/index.md b/src/doc/rustc/src/targets/index.md index 07e3a79471f..3d63d072bef 100644 --- a/src/doc/rustc/src/targets/index.md +++ b/src/doc/rustc/src/targets/index.md @@ -4,7 +4,7 @@ architecture. The list of *targets* are the possible architectures that you can build for. To see all the options that you can set with a target, see the docs -[here](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_back/target/struct.Target.html). +[here](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/spec/struct.Target.html). To compile to a particular target, use the `--target` flag: diff --git a/src/doc/unstable-book/src/language-features/unsized-locals.md b/src/doc/unstable-book/src/language-features/unsized-locals.md index 1165ab93a14..edc039f896b 100644 --- a/src/doc/unstable-book/src/language-features/unsized-locals.md +++ b/src/doc/unstable-book/src/language-features/unsized-locals.md @@ -8,7 +8,7 @@ The tracking issue for this feature is: [#48055] This implements [RFC1909]. When turned on, you can have unsized arguments and locals: -[RFC1909]: https://github.com/rust-lang/rfcs/blob/master/text/1909-coercions.md +[RFC1909]: https://github.com/rust-lang/rfcs/blob/master/text/1909-unsized-rvalues.md ```rust #![feature(unsized_locals)] |
