From 955f7ef68b419f22159e6d700a7ccccd9b400838 Mon Sep 17 00:00:00 2001 From: sun jian Date: Wed, 27 Jun 2018 22:21:05 +0800 Subject: [PATCH] fix: configuration reference link configuration.md not found. --- docs/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying.md b/docs/deploying.md index 5337db818..279094bb9 100644 --- a/docs/deploying.md +++ b/docs/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](configuration.md). +[configuration reference](https://github.com/docker/distribution/blob/master/docs/configuration.md). If you have an air-gapped datacenter, see [Considerations for air-gapped registries](#considerations-for-air-gapped-registries).