Skip to content

Commit 338fc8c

Browse files
committed
Merge pull request github#74 from tylerstalder/patch-1
Fix the links to the the newer /settings/applications/new
2 parents c3a412b + f8a3a35 commit 338fc8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/v3/oauth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This is a description of the OAuth flow from 3rd party web sites.
2727

2828
client\_id
2929
: _Required_ **string** - The client ID you received from GitHub when
30-
you [registered](https://github.com/account/applications/new).
30+
you [registered](https://github.com/settings/applications/new).
3131

3232
redirect\_uri
3333
: _Optional_ **string** - URL in your app where user's will be sent
@@ -49,14 +49,14 @@ token:
4949

5050
client\_id
5151
: _Required_ **string** - The client ID you received from GitHub when
52-
you [registered](https://github.com/account/applications/new).
52+
you [registered](https://github.com/settings/applications/new).
5353

5454
redirect\_uri
5555
: _Optional_ **string**
5656

5757
client\_secret
5858
: _Required_ **string** - The client secret you received from GitHub
59-
when you [registered](https://github.com/account/applications/new).
59+
when you [registered](https://github.com/settings/applications/new).
6060

6161
code
6262
: _Required_ **string** - The code you received as a response to [Step 1](#redirect-users-to-request-github-access).

0 commit comments

Comments
 (0)