From b1677f9d09d3a66ddf5c22346f0ea2a22cb2560d Mon Sep 17 00:00:00 2001 From: Gabor Nagy Date: Sun, 13 Jul 2014 00:28:55 +0200 Subject: [PATCH] Fix MarkDown in Docker Registry API docs Docker-DCO-1.1-Signed-off-by: Gabor Nagy (github: Aigeruth) --- docs/sources/reference/api/registry_api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/reference/api/registry_api.md b/docs/sources/reference/api/registry_api.md index 2840693fa8..a3d4f23d66 100644 --- a/docs/sources/reference/api/registry_api.md +++ b/docs/sources/reference/api/registry_api.md @@ -57,7 +57,7 @@ grasp the context, here are some examples of registries: > **Note**: > The latter implies that while HTTP is the protocol of choice for a registry, > multiple schemes are possible (and in some cases, trivial): -> +> > - HTTP with GET (and PUT for read-write registries); > - local mount point; > - remote docker addressed through SSH. @@ -335,7 +335,7 @@ Get all of the tags for the given repo. - **401** – Requires authorization - **404** – Repository not found -`GET /v1/repositories/(namespace)/(repository)/tags/(tag*): +`GET /v1/repositories/(namespace)/(repository)/tags/(tag*)` Get a tag for the given repo. @@ -369,7 +369,7 @@ Get a tag for the given repo. - **401** – Requires authorization - **404** – Tag not found -`DELETE /v1/repositories/(namespace)/(repository)/tags/(tag*): +`DELETE /v1/repositories/(namespace)/(repository)/tags/(tag*)` Delete the tag for the repo @@ -402,7 +402,7 @@ Delete the tag for the repo - **401** – Requires authorization - **404** – Tag not found -`PUT /v1/repositories/(namespace)/(repository)/tags/(tag*): +`PUT /v1/repositories/(namespace)/(repository)/tags/(tag*)` Put a tag for the given repo.