From 1b292de075809e09edf24cfa31bdc13b06cd4cf6 Mon Sep 17 00:00:00 2001 From: lidong Date: Fri, 22 Sep 2017 11:17:46 +0800 Subject: [PATCH] Update the outdated links in repo Change the outdated links to the latest links Change-Id: I56b2966b7705ba11cd5039f5d5f217f9a8f22115 Co-Authored-By: Nguyen Hai --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 4 ++-- babel-djangojs.cfg | 2 +- tox.ini | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7cb6ef7..0bf877b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/HACKING.rst b/HACKING.rst index 78c6aac..34cc204 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Tacker Style Commandments ========================= - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read on Tacker Specific Commandments diff --git a/README.rst b/README.rst index a76659c..f79dcf7 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/tacker-horizon.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/tacker-horizon.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on diff --git a/babel-djangojs.cfg b/babel-djangojs.cfg index a8273b6..d003147 100644 --- a/babel-djangojs.cfg +++ b/babel-djangojs.cfg @@ -1,7 +1,7 @@ [extractors] # We use a custom extractor to find translatable strings in AngularJS # templates. The extractor is included in horizon.utils for now. -# See http://babel.pocoo.org/docs/messages/#referencing-extraction-methods for +# See http://babel.pocoo.org/en/latest/messages.html#referencing-extraction-methods for # details on how this works. angular = horizon.utils.babel_extract_angular:extract_angular diff --git a/tox.ini b/tox.ini index a800b1d..5a16c3b 100644 --- a/tox.ini +++ b/tox.ini @@ -14,8 +14,8 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - http://tarballs.openstack.org/horizon/horizon-master.tar.gz - http://tarballs.openstack.org/python-tackerclient/python-tackerclient-master.tar.gz + https://tarballs.openstack.org/horizon/horizon-master.tar.gz + https://tarballs.openstack.org/python-tackerclient/python-tackerclient-master.tar.gz commands = {envpython} {toxinidir}/manage.py test tacker_horizon --settings=tacker_horizon.test.settings {posargs}