From 0d324c16deacbd025314bd2211c824aa971a65b8 Mon Sep 17 00:00:00 2001 From: guotao Date: Tue, 16 Jan 2018 14:28:41 +0800 Subject: [PATCH] Update http with https Use https instead of http for some links in readme.rst Change-Id: Idd382f58108e96129c69c6dc149c694fd7833fb3 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 529dfb8550..36c57c2153 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ and high concurrency. Swift is ideal for backups, web and mobile content, and any other unstructured data that can grow without bound. Swift provides a simple, REST-based API fully documented at -http://docs.openstack.org/. +https://docs.openstack.org/. Swift was originally developed as the basis for Rackspace's Cloud Files and was open-sourced in 2010 as part of the OpenStack project. It has @@ -141,7 +141,7 @@ For Client Apps --------------- For client applications, official Python language bindings are provided -at http://github.com/openstack/python-swiftclient. +at https://github.com/openstack/python-swiftclient. Complete API documentation at https://developer.openstack.org/api-ref/object-store/