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 <zxiiro@gmail.com>
This commit is contained in:
parent
318ffc7aad
commit
197226c538
14
README.rst
14
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
-------------
|
||||
|
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user