Browse Source

Update GitLab personal access token URL and the token config command

Matt Isenhower 7 years ago
parent
commit
4dc8748e68
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Composer/Util/GitLab.php

+ 2 - 2
src/Composer/Util/GitLab.php

@@ -112,8 +112,8 @@ class GitLab
                         $this->io->writeError('Maximum number of login attempts exceeded. Please try again later.');
                     }
 
-                    $this->io->writeError('You can also manually create a personal token at '.$scheme.'://'.$originUrl.'/profile/applications');
-                    $this->io->writeError('Add it using "composer config gitlab-oauth.'.$originUrl.' <token>"');
+                    $this->io->writeError('You can also manually create a personal token at '.$scheme.'://'.$originUrl.'/profile/personal_access_tokens');
+                    $this->io->writeError('Add it using "composer config gitlab-token.'.$originUrl.' <token>"');
 
                     continue;
                 }