mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
@@ -387,6 +387,11 @@ urlpatterns = (
|
||||
),
|
||||
]
|
||||
+ [
|
||||
path(
|
||||
"libraries/<str:requested_version>/",
|
||||
RedirectToLibrariesView.as_view(),
|
||||
name="redirect-to-library-list-view",
|
||||
),
|
||||
# Redirects for old boost.org urls.
|
||||
re_path(
|
||||
r"^libs/(?P<libname>[^/]+)/(?P<path>.*)/?$",
|
||||
|
||||
Reference in New Issue
Block a user