Merge "Update documentation links"

This commit is contained in:
Zuul 2023-11-23 10:19:08 +00:00 committed by Gerrit Code Review
commit 5aeecef649
4 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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')
@ -3146,7 +3146,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.

View File

@ -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)

View File

@ -222,7 +222,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
@ -230,10 +230,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/
@ -345,7 +345,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__)
@ -1372,8 +1372,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)