From 53bdf1ee7a8d777280134bc47086b523223afa02 Mon Sep 17 00:00:00 2001 From: Vsevolod Fedorov Date: Thu, 9 Nov 2023 12:24:34 +0300 Subject: [PATCH] Update documentation links Apply URL redirections reported by tox docs-linkcheck output. Change-Id: Id2f400414068c26d3103ca8fa564b7e9827f9f79 --- README.rst | 6 +++--- jenkins_jobs/modules/builders.py | 4 ++-- jenkins_jobs/modules/publishers.py | 2 +- jenkins_jobs/modules/scm.py | 12 ++++++------ 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index d69be11fe..84689ffc9 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: -* https://docs.openstack.org/infra/manual/developers.html +* https://docs.opendev.org/opendev/infra-manual/latest/developers.html Writing a patch --------------- @@ -112,11 +112,11 @@ Then install the required python packages using pip_:: $ sudo pip install PyYAML python-jenkins -.. _Jenkins: https://jenkins.io/ +.. _Jenkins: https://www.jenkins.io/ .. _YAML: https://yaml.org .. _JSON: http://json.org/ .. _pep8: https://pypi.org/project/pep8 .. _pyflakes: https://pypi.org/project/pyflakes -.. _tox: https://tox.readthedocs.io/en/latest +.. _tox: https://tox.wiki/en/latest/ .. _libyaml: https://pyyaml.org/wiki/LibYAML .. _pip: https://pypi.org/project/pip diff --git a/jenkins_jobs/modules/builders.py b/jenkins_jobs/modules/builders.py index e947daba2..160b8203b 100644 --- a/jenkins_jobs/modules/builders.py +++ b/jenkins_jobs/modules/builders.py @@ -1840,7 +1840,7 @@ def maven_builder(registry, xml_parent, data): Allows your build jobs to deploy artifacts automatically to Artifactory. Requires the Jenkins `Artifactory Plugin - `_. + `_. :arg str name: Name of maven installation from the configuration (required) :arg str pom: Location of pom.xml (default 'pom.xml') @@ -3147,7 +3147,7 @@ def sonar(registry, xml_parent, data): Invoke standalone Sonar analysis. Requires the Jenkins `Sonar Plugin - `_. + `_. :arg str sonar-name: Name of the Sonar installation. :arg str sonar-scanner: Name of the Sonar Scanner. diff --git a/jenkins_jobs/modules/publishers.py b/jenkins_jobs/modules/publishers.py index e2f1219c8..01006bb70 100755 --- a/jenkins_jobs/modules/publishers.py +++ b/jenkins_jobs/modules/publishers.py @@ -3324,7 +3324,7 @@ def sonar(registry, xml_parent, data): """yaml: sonar Sonar plugin support. Requires the Jenkins `Sonar Plugin. - `_ + `_ :arg str installation-name: name of the Sonar instance to use (optional) :arg str jdk: JDK to use (inherited from the job if omitted). (optional) diff --git a/jenkins_jobs/modules/scm.py b/jenkins_jobs/modules/scm.py index 53716a481..80d75d89f 100644 --- a/jenkins_jobs/modules/scm.py +++ b/jenkins_jobs/modules/scm.py @@ -221,7 +221,7 @@ def git(registry, xml_parent, data): :browsers supported: * **auto** - (default) - * **assemblaweb** - https://www.assembla.com/home + * **assemblaweb** - https://get.assembla.com/ * **bitbucketweb** - https://bitbucket.org/ * **cgit** - https://git.zx2c4.com/cgit/about/ * **fisheye** - https://www.atlassian.com/software/fisheye @@ -229,10 +229,10 @@ def git(registry, xml_parent, data): * **githubweb** - https://github.com/ * **gitiles** - https://code.google.com/archive/p/gitiles/ * **gitlab** - https://about.gitlab.com/ - * **gitlist** - http://gitlist.org/ + * **gitlist** - https://gitlist.org/ * **gitoriousweb** - https://gitorious.org/ * **gitweb** - https://git-scm.com/docs/gitweb - * **kiln** - https://www.fogbugz.com/version-control + * **kiln** - https://ignitetech.com/softwarelibrary/fogbugz * **microsoft\-tfs\-2013** - |tfs_2013| * **phabricator** - https://www.phacility.com/ * **redmineweb** - https://www.redmine.org/ @@ -344,7 +344,7 @@ def git(registry, xml_parent, data): .. literalinclude:: /../../tests/scm/fixtures/git001.yaml .. |tfs_2013| replace:: - https://azure.microsoft.com/en-us/services/devops/server + https://azure.microsoft.com/en-us/products/devops/server/ """ logger = logging.getLogger("%s:git" % __name__) @@ -1371,8 +1371,8 @@ def hg(self, xml_parent, data): * **bitbucketweb** - https://bitbucket.org/ * **fisheye** - https://www.atlassian.com/software/fisheye * **googlecode** - https://code.google.com/ - * **hgweb** - https://www.mercurial-scm.org/repo/hg/help/hgweb - * **kilnhg** - https://www.fogbugz.com/version-control + * **hgweb** - https://repo.mercurial-scm.org/hg/help/hgweb + * **kilnhg** - https://ignitetech.com/softwarelibrary/fogbugz * **rhodecode** - https://rhodecode.com/ (versions >= 1.2) * **rhodecode-pre-1.2.0** - https://rhodecode.com/ (versions < 1.2)