From 2d10f52d010303335804b8a3d20f7af76d51a490 Mon Sep 17 00:00:00 2001 From: Andrew Po Date: Thu, 9 Jun 2016 16:39:50 +0300 Subject: [PATCH] Fixing man page link Signed-off-by: Andrew Po --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index f57f4526bb..7a5db6e833 100644 --- a/docs/README.md +++ b/docs/README.md @@ -284,5 +284,5 @@ aws cloudfront create-invalidation --profile docs.docker.com --distribution-id ### Generate the man pages For information on generating man pages (short for manual page), see the README.md -document in [the man page directory](https://github.com/docker/docker/tree/master/docker) +document in [the man page directory](https://github.com/docker/docker/tree/master/man) in this project.