From 197226c5386e9f5a367b58ff2d306976b87a4cf7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 22 Jan 2020 17:14:50 -0500 Subject: Fix links causing redirects Some links have been permanently redirected to a new URL so adjust the links to go directly to the new URL. Change-Id: I900091f8bdc39aa5fd06eae04a9b18ef23add8f2 Signed-off-by: Thanh Ha --- README.rst | 14 +++++++------- doc/source/execution.rst | 4 ++-- doc/source/installation.rst | 2 +- jenkins_jobs/modules/scm.py | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index fc1171c3..21445897 100644 --- a/README.rst +++ b/README.rst @@ -55,7 +55,7 @@ IRC: More details on how you can contribute is available on our wiki at: -* http://docs.openstack.org/infra/manual/developers.html +* https://docs.openstack.org/infra/manual/developers.html Writing a patch --------------- @@ -109,10 +109,10 @@ Then install the required python packages using pip_:: $ sudo pip install PyYAML python-jenkins .. _Jenkins: https://jenkins.io/ -.. _YAML: http://www.yaml.org/ +.. _YAML: https://yaml.org .. _JSON: http://json.org/ -.. _pep8: https://pypi.python.org/pypi/pep8 -.. _pyflakes: https://pypi.python.org/pypi/pyflakes -.. _tox: https://testrun.org/tox -.. _libyaml: http://pyyaml.org/wiki/LibYAML -.. _pip: https://pypi.python.org/pypi/pip +.. _pep8: https://pypi.org/project/pep8 +.. _pyflakes: https://pypi.org/project/pyflakes +.. _tox: https://tox.readthedocs.io/en/latest +.. _libyaml: https://pyyaml.org/wiki/LibYAML +.. _pip: https://pypi.org/project/pip diff --git a/doc/source/execution.rst b/doc/source/execution.rst index eb292e11..2304e88e 100644 --- a/doc/source/execution.rst +++ b/doc/source/execution.rst @@ -116,7 +116,7 @@ hipchat section can be used for any room your jobs might be configured to notify. For more information on this topic, please see the `Hipchat API Documentation`__ -__ https://www.hipchat.com/docs/apiv2/auth +__ https://developer.atlassian.com/server/hipchat/about-the-hipchat-rest-api/ stash section @@ -372,4 +372,4 @@ Command Reference can be overridden by setting the ``XDG_CACHE_HOME`` environment variable. .. [#f2] Jenkins Security Advisory affecting plugins info retrieval - https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-05-11 + https://wiki.jenkins.io/display/SECURITY/Jenkins+Security+Advisory+2016-05-11 diff --git a/doc/source/installation.rst b/doc/source/installation.rst index ddd4a5b6..fffc02a1 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -20,7 +20,7 @@ The OpenStack project uses Puppet to manage its infrastructure systems, including Jenkins. If you use Puppet, you can use the `OpenStack Jenkins module`__ to install Jenkins Job Builder. -__ https://git.openstack.org/cgit/openstack-infra/puppet-jenkins/tree/ +__ https://opendev.org/opendev/puppet-jenkins/src/branch/master Documentation ------------- diff --git a/jenkins_jobs/modules/scm.py b/jenkins_jobs/modules/scm.py index 46465260..a77cc3d6 100644 --- a/jenkins_jobs/modules/scm.py +++ b/jenkins_jobs/modules/scm.py @@ -233,7 +233,7 @@ def git(registry, xml_parent, data): * **kiln** - https://www.fogbugz.com/version-control * **microsoft\-tfs\-2013** - |tfs_2013| * **phabricator** - https://www.phacility.com/ - * **redmineweb** - http://www.redmine.org/ + * **redmineweb** - https://www.redmine.org/ * **rhodecode** - https://rhodecode.com/ * **stash** - https://www.atlassian.com/software/bitbucket/enterprise/data-center * **viewgit** - http://viewgit.fealdia.org/ -- cgit