From 8cfa57d7e22a25ac0535fda49c4f8ed4bb61449b Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Fri, 21 Oct 2016 18:01:07 -0700 Subject: [PATCH] Fix deploying link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dcb490..712b65d 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ Docker.com hosts its own [index](https://hub.docker.com/) to a central registry ### Run local registry -You can run a local registry by using the [docker distribution](https://github.com/docker/distribution) project and looking at the [local deploy](https://github.com/docker/distribution/blob/master/docs/deploying.md) instructions. +You can run a local registry by using the [docker distribution](https://github.com/docker/distribution) project and looking at the [local deploy](https://github.com/docker/docker.github.io/blob/master/registry/deploying.md) instructions. Also see the [mailing list](https://groups.google.com/a/dockerproject.org/forum/#!forum/distribution).