From 96a26a74256aa7cec6cd3192d81297ccb1500192 Mon Sep 17 00:00:00 2001 From: Florentin Raud Date: Mon, 20 Jul 2015 14:59:54 +0100 Subject: [PATCH] Fix a broken link The link was pointing to deployement.md, while the file is deploying.md Note: Currently the problem is not visible on https://docs.docker.com/registry/authentication/ The issue is visible on https://github.com/docker/distribution/blob/master/docs/authentication.md --- docs/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.md b/docs/authentication.md index 3eec84bcb..fbb422acc 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -34,7 +34,7 @@ Below is a simple example of secured basic authentication (using TLS), using ngi ### Requirements -You should have followed entirely the basic [deployment guide](deployement.md). +You should have followed entirely the basic [deployment guide](deploying.md). If you have not, please take the time to do so.