Skip to content

Commit 5783159

Browse files
committed
Add redirect for Exception Safety page
1 parent 33cf9aa commit 5783159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kube/boost/templates/configmap-nginx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ data:
129129
location = /development/header.html { return 301 /doc/contributor-guide/design-guide/headers.html; }
130130
location = /development/separate_compilation.html { return 301 /doc/contributor-guide/design-guide/separate-compilation.html; }
131131
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; }
132133
location = /doc/ { return 301 /libraries/; }
133134
location = /libs/ { return 301 /libraries/; }
134135
location = /doc/libs/ { return 301 /libraries/; }

0 commit comments

Comments
 (0)