From a4c32bce50a602b99b55236ab0d7cc9ef8af92b0 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 23 Jan 2018 09:02:07 -0800 Subject: [PATCH] Fixed broken storage driver link Signed-off-by: Misty Stanley-Jones --- docs/spec/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/index.md b/docs/spec/index.md index f397628d0..46fddb12e 100644 --- a/docs/spec/index.md +++ b/docs/spec/index.md @@ -7,6 +7,6 @@ keywords: registry, service, images, repository, json # Docker Registry Reference * [HTTP API V2](api.md) -* [Storage Driver](../storage-drivers/index.md) +* [Storage Driver](https://docs.docker.com/registry/storage-drivers/) * [Token Authentication Specification](auth/token.md) * [Token Authentication Implementation](auth/jwt.md)