summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2015-05-14 21:38:16 +0000
committerRichard Pijnenburg <richard.pijnenburg@gmail.com>2015-05-28 06:28:47 +0000
commit892a4de53b37f1d3e50c830f967f2986f468cb71 (patch)
tree6665ba668328716991ea0926f460429ec712ba8a
parent9ecafdc2847bc3b2a79e755c98770b6693e89f81 (diff)
downloadpython-jenkins-job-builder-892a4de53b37f1d3e50c830f967f2986f468cb71.tar.gz
python-jenkins-job-builder-892a4de53b37f1d3e50c830f967f2986f468cb71.tar.xz
python-jenkins-job-builder-892a4de53b37f1d3e50c830f967f2986f468cb71.zip
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: Iafe263b9e4dddd25358f74edda03eb72781890b2
-rw-r--r--README.rst2
-rw-r--r--jenkins_jobs/modules/zuul.py2
-rw-r--r--setup.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 0863f7ec..935513a5 100644
--- a/README.rst
+++ b/README.rst
@@ -13,7 +13,7 @@ To install::
Online documentation:
-* http://ci.openstack.org/jenkins-job-builder/
+* http://docs.openstack.org/infra/jenkins-job-builder/
Developers
----------
diff --git a/jenkins_jobs/modules/zuul.py b/jenkins_jobs/modules/zuul.py
index 696d6cdd..3022dc80 100644
--- a/jenkins_jobs/modules/zuul.py
+++ b/jenkins_jobs/modules/zuul.py
@@ -17,7 +17,7 @@ The Zuul module adds jobs parameters to manually run a build as Zuul would
have. It is entirely optional, Zuul 2.0+ pass the parameters over Gearman.
.. _expected by Zuul: \
-http://ci.openstack.org/zuul/launchers.html#zuul-parameters
+http://docs.openstack.org/infra/zuul/launchers.html#zuul-parameters
"""
import itertools
diff --git a/setup.cfg b/setup.cfg
index 047185e0..0d621a52 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,7 @@ author_email = openstack-infra@lists.openstack.org
summary = Manage Jenkins jobs with YAML
description-file = README.rst
license = Apache License, Version 2.0
-home-page = http://ci.openstack.org/jjb.html
+home-page = http://docs.openstack.org/infra/system-config/jjb.html
classifier =
Topic :: Utilities
Environment :: Console