We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cf9aa commit 5783159Copy full SHA for 5783159
kube/boost/templates/configmap-nginx.yaml
@@ -129,6 +129,7 @@ data:
129
location = /development/header.html { return 301 /doc/contributor-guide/design-guide/headers.html; }
130
location = /development/separate_compilation.html { return 301 /doc/contributor-guide/design-guide/separate-compilation.html; }
131
location = /development/library_metadata.html { return 301 /doc/contributor-guide/requirements/library-metadata.html; }
132
+ location = /more/generic_exception_safety.html { return 301 /doc/user-guide/exception-safety.html; }
133
location = /doc/ { return 301 /libraries/; }
134
location = /libs/ { return 301 /libraries/; }
135
location = /doc/libs/ { return 301 /libraries/; }
0 commit comments