@@ -80,7 +80,7 @@ <h3 id="cargo_bench_package_selection">Package Selection</h3>
8080< dt class ="hdlist1 "> < strong > -p</ strong > < em > SPEC</ em > …​</ dt >
8181< dt class ="hdlist1 "> < strong > --package</ strong > < em > SPEC</ em > …​</ dt >
8282< dd >
83- < p > Benchmark only the specified packages. See < a href ="commands/ cargo-pkgid.html "> cargo-pkgid(1)</ a > for the
83+ < p > Benchmark only the specified packages. See < a href ="cargo-pkgid.html "> cargo-pkgid(1)</ a > for the
8484SPEC format. This flag may be specified multiple times.</ p >
8585</ dd >
8686< dt class ="hdlist1 "> < strong > --all</ strong > </ dt >
@@ -230,7 +230,7 @@ <h3 id="cargo_bench_compilation_options">Compilation Options</h3>
230230list of supported targets.</ p >
231231< div class ="paragraph ">
232232< p > This may also be specified with the < code > build.target</ code >
233- < a href ="reference/config.html "> config value</ a > .</ p >
233+ < a href ="../ reference/config.html "> config value</ a > .</ p >
234234</ div >
235235</ dd >
236236</ dl >
@@ -244,7 +244,7 @@ <h3 id="cargo_bench_output_options">Output Options</h3>
244244< dd >
245245< p > Directory for all generated artifacts and intermediate files. May also be
246246specified with the < code > CARGO_TARGET_DIR</ code > environment variable, or the
247- < code > build.target-dir</ code > < a href ="reference/config.html "> config value</ a > . Defaults
247+ < code > build.target-dir</ code > < a href ="../ reference/config.html "> config value</ a > . Defaults
248248to < code > target</ code > in the root of the workspace.</ p >
249249</ dd >
250250</ dl >
@@ -270,7 +270,7 @@ <h3 id="cargo_bench_display_options">Display Options</h3>
270270< p > Use verbose output. May be specified twice for "very verbose" output which
271271includes extra output such as dependency warnings and build script output.
272272May also be specified with the < code > term.verbose</ code >
273- < a href ="reference/config.html "> config value</ a > .</ p >
273+ < a href ="../ reference/config.html "> config value</ a > .</ p >
274274</ dd >
275275< dt class ="hdlist1 "> < strong > -q</ strong > </ dt >
276276< dt class ="hdlist1 "> < strong > --quiet</ strong > </ dt >
@@ -296,7 +296,7 @@ <h3 id="cargo_bench_display_options">Display Options</h3>
296296</ div >
297297< div class ="paragraph ">
298298< p > May also be specified with the < code > term.color</ code >
299- < a href ="reference/config.html "> config value</ a > .</ p >
299+ < a href ="../ reference/config.html "> config value</ a > .</ p >
300300</ div >
301301</ dd >
302302< dt class ="hdlist1 "> < strong > --message-format</ strong > < em > FMT</ em > </ dt >
@@ -351,11 +351,11 @@ <h3 id="cargo_bench_manifest_options">Manifest Options</h3>
351351< p > Beware that this may result in different dependency resolution than online
352352mode. Cargo will restrict itself to crates that are downloaded locally, even
353353if there might be a newer version as indicated in the local copy of the index.
354- See the < a href ="commands/ cargo-fetch.html "> cargo-fetch(1)</ a > command to download dependencies before going
354+ See the < a href ="cargo-fetch.html "> cargo-fetch(1)</ a > command to download dependencies before going
355355offline.</ p >
356356</ div >
357357< div class ="paragraph ">
358- < p > May also be specified with the < code > net.offline</ code > < a href ="reference/config.html "> config value</ a > .</ p >
358+ < p > May also be specified with the < code > net.offline</ code > < a href ="../ reference/config.html "> config value</ a > .</ p >
359359</ div >
360360</ dd >
361361</ dl >
@@ -391,7 +391,7 @@ <h3 id="cargo_bench_miscellaneous_options">Miscellaneous Options</h3>
391391< dt class ="hdlist1 "> < strong > --jobs</ strong > < em > N</ em > </ dt >
392392< dd >
393393< p > Number of parallel jobs to run. May also be specified with the
394- < code > build.jobs</ code > < a href ="reference/config.html "> config value</ a > . Defaults to
394+ < code > build.jobs</ code > < a href ="../ reference/config.html "> config value</ a > . Defaults to
395395the number of CPUs.</ p >
396396</ dd >
397397</ dl >
@@ -405,7 +405,7 @@ <h2 id="cargo_bench_profiles">PROFILES</h2>
405405< div class ="paragraph ">
406406< p > Profiles may be used to configure compiler options such as optimization levels
407407and debug settings. See
408- < a href ="reference/manifest.html#the-profile-sections "> the reference</ a >
408+ < a href ="../ reference/manifest.html#the-profile-sections "> the reference</ a >
409409for more details.</ p >
410410</ div >
411411< div class ="paragraph ">
@@ -416,7 +416,7 @@ <h2 id="cargo_bench_profiles">PROFILES</h2>
416416</ div >
417417< div class ="paragraph ">
418418< p > If you need a debug build of a benchmark, try building it with
419- < a href ="commands/ cargo-build.html "> cargo-build(1)</ a > which will use the < code > test</ code > profile which is by default
419+ < a href ="cargo-build.html "> cargo-build(1)</ a > which will use the < code > test</ code > profile which is by default
420420unoptimized and includes debug information. You can then run the debug-enabled
421421benchmark manually.</ p >
422422</ div >
@@ -426,7 +426,7 @@ <h2 id="cargo_bench_profiles">PROFILES</h2>
426426< h2 id ="cargo_bench_environment "> ENVIRONMENT</ h2 >
427427< div class ="sectionbody ">
428428< div class ="paragraph ">
429- < p > See < a href ="reference/environment-variables.html "> the reference</ a > for
429+ < p > See < a href ="../ reference/environment-variables.html "> the reference</ a > for
430430details on environment variables that Cargo reads.</ p >
431431</ div >
432432</ div >
@@ -477,7 +477,7 @@ <h2 id="cargo_bench_examples">EXAMPLES</h2>
477477< h2 id ="cargo_bench_see_also "> SEE ALSO</ h2 >
478478< div class ="sectionbody ">
479479< div class ="paragraph ">
480- < p > < a href ="commands/ index.html "> cargo(1)</ a > , < a href ="commands/ cargo-test.html "> cargo-test(1)</ a > </ p >
480+ < p > < a href ="index.html "> cargo(1)</ a > , < a href ="cargo-test.html "> cargo-test(1)</ a > </ p >
481481</ div >
482482</ div >
483483</ div >
0 commit comments