mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Make release version redirect dynamic (#1539)
This commit is contained in:
@@ -96,7 +96,7 @@ data:
|
||||
location = /users/bibliography.html { return 301 /doc/user-guide/resources.html; }
|
||||
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_1_84_0.html { return 301 /releases/boost-1-84-0/; }
|
||||
location ~ ^/users/history/version_(\d+)_(\d+)_(\d+)\.html$ { 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; }
|
||||
|
||||
Reference in New Issue
Block a user