Skip to content

Commit 2752e14

Browse files
committed
fix redirects
1 parent 3f7334e commit 2752e14

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

book.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -58,38 +58,38 @@ warning-policy = "error"
5858

5959
[output.html.redirect]
6060
"/borrow_check.html" = "borrow-check.html"
61-
"/borrow_check/drop_check.html" = "borrow-check/drop-check.html"
62-
"/borrow_check/moves_and_initialization.html" = "borrow-check/moves-and-initialization.html"
63-
"/borrow_check/moves_and_initialization/move_paths.html" = "borrow-check/moves-and-initialization/move-paths.html"
64-
"/borrow_check/opaque-types-region-inference-restrictions.html" = "borrow-check/opaque-types-region-inference-restrictions.html"
65-
"/borrow_check/region_inference.html" = "borrow-check/region-inference.html"
66-
"/borrow_check/region_inference/closure_constraints.html" = "borrow-check/region-inference/closure-constraints.html"
67-
"/borrow_check/region_inference/constraint_propagation.html" = "borrow-check/region-inference/constraint-propagation.html"
68-
"/borrow_check/region_inference/error_reporting.html" = "borrow-check/region-inference/error-reporting.html"
69-
"/borrow_check/region_inference/lifetime_parameters.html" = "borrow-check/region-inference/lifetime-parameters.html"
70-
"/borrow_check/region_inference/member_constraints.html" = "borrow-check/region-inference/member-constraints.html"
71-
"/borrow_check/region_inference/placeholders_and_universes.html" = "borrow-check/region-inference/placeholders-and-universes.html"
72-
"/borrow_check/two_phase_borrows.html" = "borrow-check/two-phase-borrows.html"
73-
"/borrow_check/type_check.html" = "borrow-check/type-check.html"
61+
"/borrow_check/drop_check.html" = "/borrow-check/drop-check.html"
62+
"/borrow_check/moves_and_initialization.html" = "/borrow-check/moves-and-initialization.html"
63+
"/borrow_check/moves_and_initialization/move_paths.html" = "/borrow-check/moves-and-initialization/move-paths.html"
64+
"/borrow_check/opaque-types-region-inference-restrictions.html" = "/borrow-check/opaque-types-region-inference-restrictions.html"
65+
"/borrow_check/region_inference.html" = "/borrow-check/region-inference.html"
66+
"/borrow_check/region_inference/closure_constraints.html" = "/borrow-check/region-inference/closure-constraints.html"
67+
"/borrow_check/region_inference/constraint_propagation.html" = "/borrow-check/region-inference/constraint-propagation.html"
68+
"/borrow_check/region_inference/error_reporting.html" = "/borrow-check/region-inference/error-reporting.html"
69+
"/borrow_check/region_inference/lifetime_parameters.html" = "/borrow-check/region-inference/lifetime-parameters.html"
70+
"/borrow_check/region_inference/member_constraints.html" = "/borrow-check/region-inference/member-constraints.html"
71+
"/borrow_check/region_inference/placeholders_and_universes.html" = "/borrow-check/region-inference/placeholders-and-universes.html"
72+
"/borrow_check/two_phase_borrows.html" = "/borrow-check/two-phase-borrows.html"
73+
"/borrow_check/type_check.html" = "/borrow-check/type-check.html"
7474
"/compiletest.html" = "tests/compiletest.html"
7575
"/diagnostics/diagnostic-codes.html" = "error-codes.html"
7676
"/diagnostics/sessiondiagnostic.html" = "diagnostic-structs.html"
7777
"/early_late_parameters.html" = "early-late-parameters.html"
7878
"/generic_parameters_summary.html" = "generic-parameters-summary.html"
7979
"/implementing_new_features.html" = "implementing-new-features.html"
8080
"/miri.html" = "const-eval/interpret.html"
81-
"/profiling/with_perf.html" = "profiling/with-perf.html"
82-
"/profiling/with_rustc_perf.html" = "profiling/with-rustc-perf.html"
83-
"/profiling/wpa_profiling.html" = "profiling/wpa-profiling.html"
81+
"/profiling/with_perf.html" = "with-perf.html"
82+
"/profiling/with_rustc_perf.html" = "with-rustc-perf.html"
83+
"/profiling/wpa_profiling.html" = "wpa-profiling.html"
8484
"/stabilization_guide.html" = "stabilization-guide.html"
8585
"/stabilization_report_template.html" = "stabilization-report-template.html"
8686
"/tests/fuchsia.html" = "ecosystem-test-jobs/fuchsia.html"
8787
"/tests/headers.html" = "directives.html"
8888
"/tests/integration.html" = "ecosystem.html"
8989
"/tests/rust-for-linux.html" = "ecosystem-test-jobs/rust-for-linux.html"
90-
"/ty_module/binders.html" = "ty-module/binders.html"
91-
"/ty_module/early_binder.html" = "ty-module/early-binder.html"
92-
"/ty_module/generic_arguments.html" = "ty-module/generic-arguments.html"
93-
"/ty_module/instantiating_binders.html" = "ty-module/instantiating-binders.html"
94-
"/ty_module/param_ty_const_regions.html" = "ty-module/param-ty-const-regions.html"
90+
"/ty_module/binders.html" = "/ty-module/binders.html"
91+
"/ty_module/early_binder.html" = "/ty-module/early-binder.html"
92+
"/ty_module/generic_arguments.html" = "/ty-module/generic-arguments.html"
93+
"/ty_module/instantiating_binders.html" = "/ty-module/instantiating-binders.html"
94+
"/ty_module/param_ty_const_regions.html" = "/ty-module/param-ty-const-regions.html"
9595
"/typing_parameter_envs.html" = "typing-parameter-envs.html"

0 commit comments

Comments
 (0)