Add /users/news/version_... to release redirect (#1881) (#1982)

This commit is contained in:
daveoconnor
2025-10-22 11:06:04 -07:00
committed by GitHub
parent 09262a10e5
commit 30e2f76d03

View File

@@ -107,6 +107,7 @@ data:
location = /users/faq.html { return 301 /doc/user-guide/faq.html; }
location = /users/proposal.pdf { return 301 /doc/user-guide/boost-history.html; }
location ~ ^/users/history/version_(\d+)_(\d+)_(\d+)\.html$ { return 301 /releases/$1.$2.$3/; }
location ~ ^/users/news/version_(\d+).(\d+).(\d+)/?$ { return 301 /releases/$1.$2.$3/; }
location = /community/groups.html { return 301 /community/; }
location = /community/policy.html { return 301 /doc/user-guide/discussion-policy.html; }
location = /community/cpp.html { return 301 /doc/user-guide/faq.html#isocommitteemeetings; }