Skip to content

Commit 30e2f76

Browse files
authored
Add /users/news/version_... to release redirect (#1881) (#1982)
1 parent 09262a1 commit 30e2f76

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
@@ -107,6 +107,7 @@ data:
107107
location = /users/faq.html { return 301 /doc/user-guide/faq.html; }
108108
location = /users/proposal.pdf { return 301 /doc/user-guide/boost-history.html; }
109109
location ~ ^/users/history/version_(\d+)_(\d+)_(\d+)\.html$ { return 301 /releases/$1.$2.$3/; }
110+
location ~ ^/users/news/version_(\d+).(\d+).(\d+)/?$ { return 301 /releases/$1.$2.$3/; }
110111
location = /community/groups.html { return 301 /community/; }
111112
location = /community/policy.html { return 301 /doc/user-guide/discussion-policy.html; }
112113
location = /community/cpp.html { return 301 /doc/user-guide/faq.html#isocommitteemeetings; }

0 commit comments

Comments
 (0)