File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -501,6 +501,7 @@ def normalize_boost_doc_path(content_path: str) -> str:
501501FULLY_MODERNIZED_LIB_VERSIONS = [
502502 # FIXME: we should have a way to opt-in via a flag on the library/lib-version.
503503 # Hard-coding these here as a quick fix for now.
504+ "tools/" , # Not a library version, but tools are somewhat analogous
504505 "1_87_0/libs/charconv" ,
505506 "1_88_0/libs/charconv" ,
506507 "1_89_0/libs/charconv" ,
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ data:
123123 location = /development/tests/master/developer/issues.html { return 301 https://regression.boost.io/master/developer/issues.html; }
124124 location = /development/tests/develop/developer/summary.html { return 301 https://regression.boost.io/develop/developer/summary.html; }
125125 location = /development/tests/develop/developer/issues.html { return 301 https://regression.boost.io/develop/developer/issues.html; }
126- location = / development/running_regression_tests.html { return 301 /doc/contributor-guide/testing/regression-tests.html; }
126+ location ~ ^/( development/running_regression_tests.html|doc/regression)$ { return 301 /doc/contributor-guide/testing/regression-tests.html; }
127127 location = /development/requirements.html { return 301 /doc/contributor-guide/index.html; }
128128 location = /development/test.html { return 301 /doc/contributor-guide/testing/intro.html; }
129129 location = /development/header.html { return 301 /doc/contributor-guide/design-guide/headers.html; }
You can’t perform that action at this time.
0 commit comments