diff --git a/cli/command/registry/login.go b/cli/command/registry/login.go index f43db587db..69476b6ea0 100644 --- a/cli/command/registry/login.go +++ b/cli/command/registry/login.go @@ -20,7 +20,7 @@ import ( const unencryptedWarning = `WARNING! Your password will be stored unencrypted in %s. Configure a credential helper to remove this warning. See -https://docs.docker.com/engine/reference/commandline/login/#credentials-store +https://docs.docker.com/engine/reference/commandline/login/#credential-stores ` type loginOptions struct {