Browse code

Extra v1.25 in API docs

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/11/12 05:50:05
Showing 1 changed files
... ...
@@ -1686,7 +1686,7 @@ Delete stopped containers
1686 1686
 
1687 1687
 **Example request, with digest information**:
1688 1688
 
1689
-    GET /v1.25/v1.25/images/json?digests=1 HTTP/1.1
1689
+    GET /v1.25/images/json?digests=1 HTTP/1.1
1690 1690
 
1691 1691
 **Example response, with digest information**:
1692 1692
 
... ...
@@ -1743,7 +1743,7 @@ Build an image from a Dockerfile
1743 1743
 
1744 1744
 **Example request**:
1745 1745
 
1746
-    POST /v1.25/v1.25/build HTTP/1.1
1746
+    POST /v1.25/build HTTP/1.1
1747 1747
 
1748 1748
     {% raw %}
1749 1749
     {{ TAR STREAM }}