From 5b271b710a33d7676d36fd563e402305eeae3bab Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Sun, 23 Oct 2016 23:39:53 -0400 Subject: [PATCH] Adjust the doc order of the content table Signed-off-by: Lei Jitang --- Makefile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1e5a81f5b..0a5fd7d92 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ DOC_FILES := \ media-types.md \ descriptor.md \ image-layout.md \ - layer.md \ - config.md \ manifest.md \ manifest-list.md \ + layer.md \ + config.md \ canonicalization.md FIGURE_FILES := \ diff --git a/README.md b/README.md index 647efe658..f31b72e67 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ The goal of this specification is to enable the creation of interoperable tools - [Media Types](media-types.md) - [Content Descriptors](descriptor.md) - [Image Layout](image-layout.md) -- [Filesystem Layers](layer.md) -- [Image Configuration](config.md) - [Image Manifest](manifest.md) - [Image Manifest List](manifest-list.md) +- [Filesystem Layers](layer.md) +- [Image Configuration](config.md) - [Canonicalization](canonicalization.md) ## Overview