diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 67aef0678..e9add5bf8 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/tripleo \ No newline at end of file + https://bugs.launchpad.net/tripleo diff --git a/bindep.txt b/bindep.txt index fe4a59f72..e928b473e 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,5 @@ # This is a cross-platform list tracking distribution packages needed by tests; -# see http://docs.openstack.org/infra/bindep/ for additional information. +# see https://docs.openstack.org/infra/bindep/ for additional information. xfsprogs [platform:rpm test] qemu-img [platform:rpm test] diff --git a/setup.cfg b/setup.cfg index 20a437428..26de7f61e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description-file = license = Apache License, Version 2.0 author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://docs.openstack.org/python-tripleoclient/latest/ classifier = Environment :: Console Environment :: OpenStack