diff --git a/README.rst b/README.rst index 3c8c94e9f..fc1171c38 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 58d547956..da281485e 100644 --- a/jenkins_jobs/modules/publishers.py +++ b/jenkins_jobs/modules/publishers.py @@ -7318,7 +7318,7 @@ def hipchat(registry, xml_parent, data): ` 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 71d174593..5a27c8463 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