Update documentation links
Apply URL redirections reported by tox docs-linkcheck output. Change-Id: Id2f400414068c26d3103ca8fa564b7e9827f9f79
This commit is contained in:
parent
940a4b65be
commit
53bdf1ee7a
@ -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
|
||||
|
@ -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
|
||||
<https://www.jfrog.com/confluence/display/RTF/Jenkins+Artifactory+Plug-in>`_.
|
||||
<https://jfrog.com/help/r/jfrog-integrations-documentation/jenkins-artifactory-plug-in>`_.
|
||||
|
||||
: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
|
||||
<https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-jenkins>`_.
|
||||
<https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/scanners/jenkins-extension-sonarqube/>`_.
|
||||
|
||||
:arg str sonar-name: Name of the Sonar installation.
|
||||
:arg str sonar-scanner: Name of the Sonar Scanner.
|
||||
|
@ -3324,7 +3324,7 @@ def sonar(registry, xml_parent, data):
|
||||
"""yaml: sonar
|
||||
Sonar plugin support.
|
||||
Requires the Jenkins `Sonar Plugin.
|
||||
<https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-jenkins>`_
|
||||
<https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/scanners/jenkins-extension-sonarqube/>`_
|
||||
|
||||
: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)
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user