summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2015-05-14 21:38:20 +0000
committerJeremy Stanley <fungi@yuggoth.org>2015-05-14 21:38:20 +0000
commitf14ad415adc246572c9eb85bdda9be2c4bcf9280 (patch)
tree63188baa6a6fef9691f1ca5483a256677be179e9
parent6a1260bcc8abd81f7af2dd66f0f70dbc3b77b759 (diff)
downloadoslosphinx-f14ad415adc246572c9eb85bdda9be2c4bcf9280.tar.gz
Replace ci.o.o links with docs.o.o/infra
The http://ci.openstack.org/ documentation site has been deprecated, replaced by redirects to corresponding paths within http://docs.openstack.org/infra/ where other Project Infrastructure documentation already resides. Change-Id: Ia914d1802b57f7101dd86b2098857dd714763dd1
-rw-r--r--oslosphinx/intersphinx.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/oslosphinx/intersphinx.py b/oslosphinx/intersphinx.py
index d1ab95f..4439265 100644
--- a/oslosphinx/intersphinx.py
+++ b/oslosphinx/intersphinx.py
@@ -66,6 +66,6 @@ mapping = dict(
trove=('http://docs.openstack.org/developer/trove/', None),
# Other things of note
python=('http://docs.python.org/', None),
- infra=('http://ci.openstack.org/', None),
- zuul=('http://ci.openstack.org/zuul/', None),
+ infra=('http://docs.openstack.org/infra/system-config/', None),
+ zuul=('http://docs.openstack.org/infra/zuul/', None),
)