Skip to content

Commit eeebb70

Browse files
authored
Fix "tools" docs pages (boostorg#1852)
1 parent 34f0d63 commit eeebb70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ def normalize_boost_doc_path(content_path: str) -> str:
501501
FULLY_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",

kube/boost/templates/configmap-nginx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; }

0 commit comments

Comments
 (0)