From 0c42a73b700d2c66ac3caa00031349514357ecad Mon Sep 17 00:00:00 2001 From: LingFaKe Date: Thu, 22 Sep 2016 12:01:13 +0800 Subject: [PATCH] api.md/api.md.tmpl:format wrong style of section "Deleting a Layer" Signed-off-by: Ling FaKe --- docs/spec/api.md | 2 +- docs/spec/api.md.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/api.md b/docs/spec/api.md index 74ac8e24f..efa55cfcf 100644 --- a/docs/spec/api.md +++ b/docs/spec/api.md @@ -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: diff --git a/docs/spec/api.md.tmpl b/docs/spec/api.md.tmpl index 406eda5be..cf7f92971 100644 --- a/docs/spec/api.md.tmpl +++ b/docs/spec/api.md.tmpl @@ -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: