Fix the link for Docker Remote API

The link given to Docker API getting error as it
is old version. So I removed the version extension
and also named it as "Docker Remote API"

Change-Id: If3d6ce2c74455a2d8c2c9fff51af1f5cbe330e76
Closes-Bug: #1488708
This commit is contained in:
venkatamahesh 2015-09-01 06:07:30 +05:30
parent 8424490ea0
commit 41d08fe000
1 changed files with 2 additions and 2 deletions

View File

@ -238,8 +238,8 @@ REST API impact
--------------- ---------------
For Nova, none. All new API calls will be implemented in the Containers For Nova, none. All new API calls will be implemented in the Containers
Service. The OpenStack Containers Service API will be a superset of Service. The OpenStack Containers Service API will be a superset of
functionality offered by the The `Docker API: functionality offered by the, The `Docker Remote API:
<https://docs.docker.com/reference/api/docker_remote_api_v1.13/>`_ <https://docs.docker.com/reference/api/docker_remote_api/>`_
with additionals to make is suitable for general use regardless of the backend with additionals to make is suitable for general use regardless of the backend
container technology used, and to be compatible with OpenStack multi-tenancy container technology used, and to be compatible with OpenStack multi-tenancy
and Keystone authentication. and Keystone authentication.