Redirect zuul pages to zuul-ci.org
Some more repos now life on zuul-ci.org, redirect content. Change-Id: I16c85ebcda2846121f3c06a959ae2310ea32cee7
This commit is contained in:
parent
4bf704a6f2
commit
c84f1cd0f4
@ -220,6 +220,18 @@ redirectmatch 301 /infra/nodepool/feature/zuulv3(.*)$ https://zuul-ci.org/docs/n
|
||||
{{ deep_links('/infra/nodepool', 'https://zuul-ci.org/docs/nodepool/$1') }}
|
||||
# End redirect zuul to zuul-ci.org
|
||||
|
||||
# Redirect zuul-base-jobs to zuul-ci.org
|
||||
{{ deep_links('/infra/zuul-base-jobs', 'https://zuul-ci.org/docs/zuul-base-jobs/$1') }}
|
||||
# End redirect zuul-base-jobs to zuul-ci.org
|
||||
|
||||
# Redirect zuul-jobs to zuul-ci.org
|
||||
{{ deep_links('/infra/zuul-jobs', 'https://zuul-ci.org/docs/zuul-jobs/$1') }}
|
||||
# End redirect zuul-jobs to zuul-ci.org
|
||||
|
||||
# Redirect zuul-sphinx to zuul-ci.org
|
||||
{{ deep_links('/infra/zuul-sphinx', 'https://zuul-ci.org/docs/zuul-sphinx/$1') }}
|
||||
# End redirect zuul-sphinx to zuul-ci.org
|
||||
|
||||
# Redirect from python-openstacksdk to openstacksdk
|
||||
{{ rename_project('python-openstacksdk', 'openstacksdk') }}
|
||||
# End redirect for openstacksdk
|
||||
|
@ -249,6 +249,18 @@
|
||||
{{ deep_links('/infra/nodepool', 'https://zuul-ci.org/docs/nodepool') }}
|
||||
# End redirect nodepool to zuul-ci.org
|
||||
|
||||
# Redirect zuul-base-jobs to zuul-ci.org
|
||||
{{ deep_links('/infra/zuul-base-jobs', 'https://zuul-ci.org/docs/zuul-base-jobs') }}
|
||||
# End redirect zuul-base-jobs to zuul-ci.org
|
||||
|
||||
# Redirect zuul-jobs to zuul-ci.org
|
||||
{{ deep_links('/infra/zuul-jobs', 'https://zuul-ci.org/docs/zuul-jobs') }}
|
||||
# End redirect zuul-jobs to zuul-ci.org
|
||||
|
||||
# Redirect zuul-sphinx to zuul-ci.org
|
||||
{{ deep_links('/infra/zuul-sphinx', 'https://zuul-ci.org/docs/zuul-sphinx') }}
|
||||
# End redirect zuul-sphinx to zuul-ci.org
|
||||
|
||||
# Redirect from python-openstacksdk to openstacksdk
|
||||
{{ rename_project('python-openstacksdk', 'openstacksdk') }}
|
||||
# End redirect for openstacksdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user