summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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