summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),
)