diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 51e5d63..39c1d7c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 \ No newline at end of file + https://bugs.launchpad.net/designate-dashboard diff --git a/HACKING.rst b/HACKING.rst index e0ddef5..9cc3cad 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ designatedashboard Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index c3ea888..82292bf 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.cfg b/setup.cfg index a8da6f1..e7c22bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 566d844..137011c 100644 --- a/setup.py +++ b/setup.py @@ -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: