diff --git a/README.rst b/README.rst index 49a8ce49..16d13f7c 100644 --- a/README.rst +++ b/README.rst @@ -22,13 +22,13 @@ components of `TripleO `__ that are responsible for building disk images. They are also used extensively to build images for testing OpenStack itself, particularly with `nodepool -`__. +`__. Platforms supported include Ubuntu, CentOS, RHEL and Fedora. Full documentation, the source of which is in ``doc/source/``, is published at: -* http://docs.openstack.org/developer/diskimage-builder/ +* https://docs.openstack.org/developer/diskimage-builder/ Copyright ========= diff --git a/bindep.txt b/bindep.txt index 5e42b721..ae660614 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. squashfs-tools [!platform:suse] squashfs [platform:suse] zypper [!platform:redhat !platform:ubuntu-trusty] diff --git a/setup.cfg b/setup.cfg index e8b3b3f5..8b9fbe70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description-file = author = OpenStack author-email = openstack-dev@lists.openstack.org license: Apache License (2.0) -home-page = http://docs.openstack.org/developer/diskimage-builder/ +home-page = https://docs.openstack.org/developer/diskimage-builder/ classifier = Development Status :: 5 - Production/Stable License :: OSI Approved :: Apache Software License