Browse code

Fix MarkDown in Docker Registry API docs

Docker-DCO-1.1-Signed-off-by: Gabor Nagy <mail@aigeruth.hu> (github: Aigeruth)

Gabor Nagy authored on 2014/07/13 07:28:55
Showing 1 changed files
... ...
@@ -57,7 +57,7 @@ grasp the context, here are some examples of registries:
57 57
 > **Note**:
58 58
 > The latter implies that while HTTP is the protocol of choice for a registry,
59 59
 > multiple schemes are possible (and in some cases, trivial):
60
-> 
60
+>
61 61
 >  - HTTP with GET (and PUT for read-write registries);
62 62
 >  - local mount point;
63 63
 >  - remote docker addressed through SSH.
... ...
@@ -335,7 +335,7 @@ Get all of the tags for the given repo.
335 335
     - **401** – Requires authorization
336 336
     - **404** – Repository not found
337 337
 
338
-`GET /v1/repositories/(namespace)/(repository)/tags/(tag*):
338
+`GET /v1/repositories/(namespace)/(repository)/tags/(tag*)`
339 339
 
340 340
 Get a tag for the given repo.
341 341
 
... ...
@@ -369,7 +369,7 @@ Get a tag for the given repo.
369 369
     - **401** – Requires authorization
370 370
     - **404** – Tag not found
371 371
 
372
-`DELETE /v1/repositories/(namespace)/(repository)/tags/(tag*):
372
+`DELETE /v1/repositories/(namespace)/(repository)/tags/(tag*)`
373 373
 
374 374
 Delete the tag for the repo
375 375
 
... ...
@@ -402,7 +402,7 @@ Delete the tag for the repo
402 402
     - **401** – Requires authorization
403 403
     - **404** – Tag not found
404 404
 
405
-`PUT /v1/repositories/(namespace)/(repository)/tags/(tag*):
405
+`PUT /v1/repositories/(namespace)/(repository)/tags/(tag*)`
406 406
 
407 407
 Put a tag for the given repo.
408 408