diff --git a/cli/mobycli/pat_suggest.go b/cli/mobycli/pat_suggest.go index 24e5363cf..7e0724685 100644 --- a/cli/mobycli/pat_suggest.go +++ b/cli/mobycli/pat_suggest.go @@ -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_"