From 7b5e8b7aff82cac0eab7c99fc7a99ef4a210d851 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 21 Aug 2018 15:50:35 -0700 Subject: [PATCH] Revert absolute path change Existing link works on docs.docker.com --- registry/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/deploying.md b/registry/deploying.md index 8848b42b75..740adac2ad 100644 --- a/registry/deploying.md +++ b/registry/deploying.md @@ -9,7 +9,7 @@ A registry is an instance of the `registry` image, and runs within Docker. This topic provides basic information about deploying and configuring a registry. For an exhaustive list of configuration options, see the -[configuration reference](https://github.com/docker/distribution/blob/master/docs/configuration.md). +[configuration reference](configuration.md). If you have an air-gapped datacenter, see [Considerations for air-gapped registries](#considerations-for-air-gapped-registries).