From 55d54f69bcdeab887474f6bf21c4ea263eecb641 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 22 Dec 2019 17:44:46 +0100 Subject: [PATCH] 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 --- README.rst | 2 +- jenkins_jobs/modules/publishers.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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