Optimize the link address

Use https instead of http to ensure the safety

Change-Id: Ie172d0e11ed00215694bd9320867e8b0917c847a
This commit is contained in:
lingyongxu 2017-06-08 09:36:10 +08:00 committed by Lingyong Xu
parent 3fb16ee9ae
commit 931d0dbe03
5 changed files with 8 additions and 8 deletions

View File

@ -2,16 +2,16 @@ If you would like to contribute to the development of OpenStack,
you must follow the steps in the "If you're a developer, start here" you must follow the steps in the "If you're a developer, start here"
section of this page: section of this page:
http://wiki.openstack.org/HowToContribute https://wiki.openstack.org/wiki/How_To_Contribute
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: the workflow documented at:
http://wiki.openstack.org/GerritWorkflow https://docs.openstack.org/infra/manual/developers.html
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub: Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/designatedashboard https://bugs.launchpad.net/designate-dashboard

View File

@ -1,4 +1,4 @@
designatedashboard Style Commandments designatedashboard Style Commandments
=============================================== ===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/designate-dashboard.svg .. image:: https://governance.openstack.org/tc/badges/designate-dashboard.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on .. Change things from this point on

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/designate-dashboard/ home-page = https://docs.openstack.org/developer/designate-dashboard/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology

View File

@ -18,7 +18,7 @@ import setuptools
# In python < 2.7.4, a lazy loading of package `pbr` will break # In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`. # setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215 # solution from: https://bugs.python.org/issue15881#msg170215
try: try:
import multiprocessing # noqa import multiprocessing # noqa
except ImportError: except ImportError: