From 1eb66da53f08fd4140c1e2381145f7f802e94747 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Thu, 6 Jul 2017 05:26:39 +0530 Subject: [PATCH] Updated the URL for docker-credential-helper (#3814) (#3815) Incorrect URL for docker-credential-helper repo. It is pointing to moby/moby-credential-helper which is not present. Signed-off-by: Swapnil Kulkarni --- docker-id/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-id/index.md b/docker-id/index.md index 58594a8152..8b96804211 100644 --- a/docker-id/index.md +++ b/docker-id/index.md @@ -51,5 +51,5 @@ You can also log in using the `docker login` command. (You can read more about ` > When you use the `docker login` command, your credentials are stored in your home directory in `.docker/config.json`. The password is base64 encoded in this file. If you require secure storage for this password, use the -[Docker credential helpers](https://github.com/moby/moby-credential-helpers). +[Docker credential helpers](https://github.com/docker/docker-credential-helpers). {:.warning}