diff --git a/bridge/gitlab/config.go b/bridge/gitlab/config.go index dbb84e4a75d02605d3b203cfe0008bf6b8fdba9f..eec6a5143f4a7dfb6666b68de45b06e0f6c1135a 100644 --- a/bridge/gitlab/config.go +++ b/bridge/gitlab/config.go @@ -194,7 +194,7 @@ func promptTokenOptions(repo repository.RepoKeyring, login, baseUrl string) (aut } func promptToken(baseUrl string) (*auth.Token, error) { - fmt.Printf("You can generate a new token by visiting %s.\n", strings.TrimSuffix(baseUrl, "/")+"/-/profile/personal_access_tokens") + fmt.Printf("You can generate a new token by visiting %s.\n", strings.TrimSuffix(baseUrl, "/")+"/-/user_settings/personal_access_tokens") fmt.Println("Choose 'Create personal access token' and set the necessary access scope for your repository.") fmt.Println() fmt.Println("'api' access scope: to be able to make api calls")