Merge "Optimize the link address"

This commit is contained in:
Zuul 2018-03-08 18:29:13 +00:00 committed by Gerrit Code Review
commit fbc2209569
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"
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
should be submitted for review via the Gerrit tool, following
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.
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
===============================================
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
========================
.. image:: http://governance.openstack.org/badges/designate-dashboard.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/tc/badges/designate-dashboard.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
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 =
Environment :: OpenStack
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
# 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:
import multiprocessing # noqa
except ImportError: