Skip to content

Commit 7926921

Browse files
committed
fix doc nits
1 parent 6993a86 commit 7926921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/man/includes/options-target-triple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{#option "`--target` _triple_"}}
2-
{{actionverb}} for the specified target architecture {{~#if multitarget }} Flag may be specified multiple times. {{~/if}}
2+
{{actionverb}} for the specified target architecture. {{~#if multitarget }} Flag may be specified multiple times. {{~/if}}
33
{{~#if target-default-to-all-arch}} The default is all architectures.
44
{{~else}} The default is the host architecture.
55
{{~/if}} The general format of the triple is

src/doc/src/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ The default [target platform triples][target triple] to compile to.
462462
Possible values:
463463
- Any supported target in `rustc --print target-list`.
464464
- `"host"`, which will internally be substituted by the host's target. This can be particularly useful if you're cross-compiling some crates, and don't want to specify your host's machine as a target (for instance, an `xtask` in a shared project that may be worked on by many hosts).
465-
- A path to a custom target specification. See [Custom Target Lookup Path](https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path) for more information.
465+
- A path to a custom target specification. See [Custom Target Lookup Path](../../rustc/targets/custom.html#custom-target-lookup-path) for more information.
466466

467467
Can be overridden with the `--target` CLI option.
468468

0 commit comments

Comments
 (0)