summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2019-12-22 17:44:46 +0100
committerAndreas Jaeger <aj@suse.com>2019-12-22 17:44:46 +0100
commit55d54f69bcdeab887474f6bf21c4ea263eecb641 (patch)
tree7638b4ef06ceb85bd6d5fede270bf1fe7058fbb7
parent63d877945d1474296ab6ba45ad3e6dcd753081f1 (diff)
downloadpython-jenkins-job-builder-55d54f69bcdeab887474f6bf21c4ea263eecb641.tar.gz
python-jenkins-job-builder-55d54f69bcdeab887474f6bf21c4ea263eecb641.tar.xz
python-jenkins-job-builder-55d54f69bcdeab887474f6bf21c4ea263eecb641.zip
Update homepage
Since change I5cbf7b5cfea349a0bd72d2abee40710175cf5b2f, this repo publishes to https://jenkins-job-builder.readthedocs.io/en/latest/ , let's update the links for this. Change-Id: I08f8dd992ee1b6360f3d226cb668cda7f4242b8a
-rw-r--r--README.rst2
-rw-r--r--jenkins_jobs/modules/publishers.py2
-rw-r--r--setup.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 3c8c94e9..fc1171c3 100644
--- a/README.rst
+++ b/README.rst
@@ -13,7 +13,7 @@ To install::
Online documentation:
-* http://docs.openstack.org/infra/jenkins-job-builder/
+* https://jenkins-job-builder.readthedocs.io/en/latest/
Developers
----------
diff --git a/jenkins_jobs/modules/publishers.py b/jenkins_jobs/modules/publishers.py
index 58d54795..da281485 100644
--- a/jenkins_jobs/modules/publishers.py
+++ b/jenkins_jobs/modules/publishers.py
@@ -7318,7 +7318,7 @@ def hipchat(registry, xml_parent, data):
<Hipchat+Plugin>` version >=1.9
Please see documentation for older plugin version
- http://docs.openstack.org/infra/jenkins-job-builder/hipchat.html
+ https://jenkins-job-builder.readthedocs.io/en/latest/hipchat.html
:arg str token: This will override the default auth token (optional)
:arg list rooms: list of HipChat rooms to post messages to, overrides
diff --git a/setup.cfg b/setup.cfg
index 71d17459..5a27c846 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,7 @@ author-email = jenkins-job-builder@googlegroups.com
summary = Manage Jenkins jobs with YAML
description-file = README.rst
license = Apache License, Version 2.0
-home-page = https://docs.openstack.org/infra/jenkins-job-builder/
+home-page = https://jenkins-job-builder.readthedocs.io/en/latest/
classifier =
Topic :: Utilities
Environment :: Console