Update personal access token url

Signed-off-by: Amine Chouki <amine.chouki@docker.com>
This commit is contained in:
Amine Chouki 2021-07-26 10:21:11 -04:00
parent b9f38feb25
commit 33454c6ebd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import (
const (
// patSuggestMsg is a message to suggest the use of PAT (personal access tokens).
patSuggestMsg = `Logging in with your password grants your terminal complete access to your account.
For better security, log in with a limited-privilege personal access token. Learn more at https://docs.docker.com/docker-hub/access-tokens/`
For better security, log in with a limited-privilege personal access token. Learn more at https://docs.docker.com/go/access-tokens/`
// patPrefix represents a docker personal access token prefix.
patPrefix = "dckrp_"