Add redirects from /latest/install
docs.o.o/latest/install -> install guides in development Change-Id: I927973880a37733d92bc85de33609b1b96d93f01 Closes-Bug: #1743283
This commit is contained in:
parent
739d234ec5
commit
ba5a1df6bb
@ -118,6 +118,7 @@ redirectmatch 301 (.*)//(.*) $1/$2
|
||||
{{ path_to_page('/security-guide/content', '/security-guide/') }}
|
||||
|
||||
# Redirect to series indexes
|
||||
{{ path_to_page('/latest/install', '/' + SERIES_IN_DEVELOPMENT + '/install/') }}
|
||||
{{ path_to_released_series('/user', '/user/') }}
|
||||
{{ path_to_page('/latest/user', '/' + SERIES_IN_DEVELOPMENT + '/user/') }}
|
||||
{{ path_to_released_series('/admin', '/admin/') }}
|
||||
|
@ -135,6 +135,7 @@
|
||||
{{ path_to_page('/security-guide/content', '/security-guide/') }}
|
||||
|
||||
# Redirect to series indexes
|
||||
{{ path_to_page('/latest/install', '/' + SERIES_IN_DEVELOPMENT + '/install/') }}
|
||||
{{ path_to_released_series('/user', '/user/') }}
|
||||
{{ path_to_page('/latest/user', '/' + SERIES_IN_DEVELOPMENT + '/user/') }}
|
||||
{{ path_to_released_series('/admin', '/admin/') }}
|
||||
|
Loading…
Reference in New Issue
Block a user