From 33454c6ebde64476e7f48f264e1e8c87645721fb Mon Sep 17 00:00:00 2001 From: Amine Chouki Date: Mon, 26 Jul 2021 10:21:11 -0400 Subject: [PATCH 1/2] Update personal access token url Signed-off-by: Amine Chouki --- cli/mobycli/pat_suggest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_" From 2edd8c216bb8406621a78e0582f870e8e5948d55 Mon Sep 17 00:00:00 2001 From: Amine Chouki Date: Mon, 26 Jul 2021 11:01:23 -0400 Subject: [PATCH 2/2] Trigger CI Signed-off-by: Amine Chouki