diff --git a/bindep.txt b/bindep.txt index c5b809b2..e74bb7a1 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. build-essential [platform:dpkg] gcc [platform:rpm] diff --git a/doc/source/archive/building_and_deploying_docker_images.rst b/doc/source/archive/building_and_deploying_docker_images.rst index 0c8cb064..0877f952 100644 --- a/doc/source/archive/building_and_deploying_docker_images.rst +++ b/doc/source/archive/building_and_deploying_docker_images.rst @@ -93,7 +93,7 @@ In the below we show: Tuning the Docker Image ----------------------- To tune the Docker image, Docker must be used. To install please refer to -http://docs.docker.com/installation/ +https://docs.docker.com/install/ The below steps illustrate the tuning process: @@ -119,7 +119,7 @@ The below steps illustrate the tuning process: within the container. Please leave it as is. #. The below example shows ffmpeg installation. For more options and information on Dockerfiles, please refer to: - http://docs.docker.com/reference/builder/ + https://docs.docker.com/engine/reference/builder/ #. One MUST refrain from using the Dockerfile ENTRYPOINT and CMD. Using those will cause the image from being unusable by the Storlet engine. diff --git a/doc/source/archive/storlet_api.rst b/doc/source/archive/storlet_api.rst index 64d538de..b7543710 100644 --- a/doc/source/archive/storlet_api.rst +++ b/doc/source/archive/storlet_api.rst @@ -153,7 +153,7 @@ To invoke a storlet on a range of an object use the 'X-Storlet-Range' header. Fo 'X-Storlet-Range': 'bytes=1-6' -'X-Storlet-Range' can take any value that Swift can take for the HTTP 'Range' header as described in . +'X-Storlet-Range' can take any value that Swift can take for the HTTP 'Range' header as described in . Specifying HTTP 'Range' header together with 'X-Run-Storlet' is not allowed, and results in '400 Bad Request' Invoke a storlet upon object upload