Add redirect for latest version of Configuration Guide

Change-Id: I78e995d8f0fda9d2896436174f72b861811aac53
This commit is contained in:
Frank Kloeker 2018-09-15 21:25:56 +02:00
parent e1aee9a40c
commit 2ba2207b10
2 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,7 @@ redirectmatch 301 (.*)//(.*) $1/$2
{{ path_to_page('/security-guide/content', '/security-guide/') }}
# Redirect to series indexes
{{ path_to_page('/latest/configuration', '/' + SERIES_IN_DEVELOPMENT + '/configuration/') }}
{{ path_to_page('/latest/install', '/' + SERIES_IN_DEVELOPMENT + '/install/') }}
{{ path_to_released_series('/user', '/user/') }}
{{ path_to_page('/latest/user', '/' + SERIES_IN_DEVELOPMENT + '/user/') }}

View File

@ -145,6 +145,7 @@
{{ path_to_page('/security-guide/content', '/security-guide/') }}
# Redirect to series indexes
{{ path_to_page('/latest/configuration', '/' + SERIES_IN_DEVELOPMENT + '/configuration/') }}
{{ path_to_page('/latest/install', '/' + SERIES_IN_DEVELOPMENT + '/install/') }}
{{ path_to_released_series('/user', '/user/') }}
{{ path_to_page('/latest/user', '/' + SERIES_IN_DEVELOPMENT + '/user/') }}