Skip to content

Commit 31c33a7

Browse files
committed
rebuild manuals for host target specifier
1 parent de4d168 commit 31c33a7

14 files changed

+14
-14
lines changed

src/doc/src/commands/cargo-bench.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ be specified multiple times, which enables all specified features.</dd>
262262
<ul>
263263
<li>Any supported target in <code>rustc --print target-list</code>.</li>
264264
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
265-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
265+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
266266
</ul>
267267
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
268268
<p>Note that specifying this flag makes Cargo run in a different mode where the

src/doc/src/commands/cargo-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ be specified multiple times, which enables all specified features.</dd>
177177
<ul>
178178
<li>Any supported target in <code>rustc --print target-list</code>.</li>
179179
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
180-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
180+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
181181
</ul>
182182
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
183183
<p>Note that specifying this flag makes Cargo run in a different mode where the

src/doc/src/commands/cargo-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ be specified multiple times, which enables all specified features.</dd>
173173
<ul>
174174
<li>Any supported target in <code>rustc --print target-list</code>.</li>
175175
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
176-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
176+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
177177
</ul>
178178
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
179179
<p>Note that specifying this flag makes Cargo run in a different mode where the

src/doc/src/commands/cargo-clean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Defaults to <code>target</code> in the root of the workspace.</dd>
6565
<ul>
6666
<li>Any supported target in <code>rustc --print target-list</code>.</li>
6767
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
68-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
68+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
6969
</ul>
7070
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
7171
<p>Note that specifying this flag makes Cargo run in a different mode where the

src/doc/src/commands/cargo-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ be specified multiple times, which enables all specified features.</dd>
152152
<ul>
153153
<li>Any supported target in <code>rustc --print target-list</code>.</li>
154154
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
155-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
155+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
156156
</ul>
157157
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
158158
<p>Note that specifying this flag makes Cargo run in a different mode where the

src/doc/src/commands/cargo-fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ you plan to use Cargo without a network with the `--offline` flag.
3535
<ul>
3636
<li>Any supported target in <code>rustc --print target-list</code>.</li>
3737
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
38-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
38+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
3939
</ul>
4040
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
4141
<p>Note that specifying this flag makes Cargo run in a different mode where the

src/doc/src/commands/cargo-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ be specified multiple times, which enables all specified features.</dd>
253253
<ul>
254254
<li>Any supported target in <code>rustc --print target-list</code>.</li>
255255
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
256-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
256+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
257257
</ul>
258258
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
259259
<p>Note that specifying this flag makes Cargo run in a different mode where the

src/doc/src/commands/cargo-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ be specified multiple times, which enables all specified features.</dd>
218218
<ul>
219219
<li>Any supported target in <code>rustc --print target-list</code>.</li>
220220
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
221-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
221+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
222222
</ul>
223223
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
224224
<p>Note that specifying this flag makes Cargo run in a different mode where the

src/doc/src/commands/cargo-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ single quotes or double quotes around each pattern.</dd>
208208
<ul>
209209
<li>Any supported target in <code>rustc --print target-list</code>.</li>
210210
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
211-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
211+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
212212
</ul>
213213
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
214214
<p>Note that specifying this flag makes Cargo run in a different mode where the

src/doc/src/commands/cargo-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ single quotes or double quotes around each pattern.</dd>
128128
<ul>
129129
<li>Any supported target in <code>rustc --print target-list</code>.</li>
130130
<li><code>"host"</code>, 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 <code>xtask</code> in a shared project that may be worked on by many hosts).</li>
131-
<li>A path to a custom target specification. See <a href="https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
131+
<li>A path to a custom target specification. See <a href="../../rustc/targets/custom.html#custom-target-lookup-path">Custom Target Lookup Path</a> for more information.</li>
132132
</ul>
133133
<p>This may also be specified with the <code>build.target</code> <a href="../reference/config.html">config value</a>.</p>
134134
<p>Note that specifying this flag makes Cargo run in a different mode where the

0 commit comments

Comments
 (0)