From aeb72fb7c6c870653717f29ac670f97a8d873a4e Mon Sep 17 00:00:00 2001 From: Piotr Antosik Date: Tue, 16 Feb 2016 01:12:29 +0100 Subject: [PATCH] Update github api url --- doc/articles/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index f5b37a0ef..a4f4f9691 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -209,7 +209,7 @@ for authentication asking your username and password so it can go ahead with its If you would prefer not to provide your GitHub credentials to Composer you can manually create a token using the following procedure: -1. [Create](https://github.com/settings/applications) an OAuth token on GitHub. +1. [Create](https://github.com/settings/tokens) an OAuth token on GitHub. [Read more](https://github.com/blog/1509-personal-api-tokens) on this. 2. Add it to the configuration running `composer config -g github-oauth.github.com `