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:
Ian Y. Choi 2018-02-16 13:35:07 +00:00
parent 739d234ec5
commit ba5a1df6bb
2 changed files with 2 additions and 0 deletions

View File

@ -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/') }}

View File

@ -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/') }}