diff --git a/README.rst b/README.rst index 0b8eeacc..cc3c30fb 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Swift role for OpenStack-Ansible Ansible role to install OpenStack swift and swift registry. Documentation for the project can be found at: - http://docs.openstack.org/developer/openstack-ansible-os_swift + https://docs.openstack.org/openstack-ansible-os_swift/latest The project home is at: http://launchpad.net/openstack-ansible diff --git a/doc/source/configure-swift-config.rst b/doc/source/configure-swift-config.rst index aa65044a..0f443000 100644 --- a/doc/source/configure-swift-config.rst +++ b/doc/source/configure-swift-config.rst @@ -152,7 +152,7 @@ file** These ``statsd`` related options are more complex and are used to tune how many samples are sent to ``statsd``. Omit them unless you need to tweak these settings, if so first read: - http://docs.openstack.org/developer/swift/admin_guide.html + https://docs.openstack.org/swift/latest/admin_guide.html #. Update the swift proxy hosts values: diff --git a/doc/source/configure-swift-policies.rst b/doc/source/configure-swift-policies.rst index 5422cd1c..f78a5d5a 100644 --- a/doc/source/configure-swift-policies.rst +++ b/doc/source/configure-swift-policies.rst @@ -44,5 +44,5 @@ cluster: storage policy. For more information about storage policies, see: `Storage -Policies `_ +Policies `_ diff --git a/setup.cfg b/setup.cfg index 3d6d91df..72d3def4 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/openstack-ansible-os_swift/ +home-page = https://docs.openstack.org/openstack-ansible-os_swift/latest/ classifier = Intended Audience :: Developers Intended Audience :: System Administrators