Skip to content

Commit

Permalink
Merge pull request #1969 from TrumanLing/master
Browse files Browse the repository at this point in the history
api.md:fix disordered placement of section "Deleting a Layer"
  • Loading branch information
dmcgowan authored Nov 23, 2016
2 parents 8f9abbd + 0c42a73 commit 8d096a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/spec/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ Note that the upload url will not be available forever. If the upload uuid is
unknown to the registry, a `404 Not Found` response will be returned and the
client must restart the upload process.

### Deleting a Layer
#### Deleting a Layer

A layer may be deleted from the registry via its `name` and `digest`. A
delete may be issued with the following request format:
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/api.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ Note that the upload url will not be available forever. If the upload uuid is
unknown to the registry, a `404 Not Found` response will be returned and the
client must restart the upload process.

### Deleting a Layer
#### Deleting a Layer

A layer may be deleted from the registry via its `name` and `digest`. A
delete may be issued with the following request format:
Expand Down

0 comments on commit 8d096a4

Please sign in to comment.