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 <me@coolsvap.net>
This commit is contained in:
Swapnil Kulkarni 2017-07-06 05:26:39 +05:30 committed by Misty Stanley-Jones
parent a08dad9a00
commit 1eb66da53f
1 changed files with 1 additions and 1 deletions

View File

@ -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}