@@ -27,7 +27,7 @@ This is a description of the OAuth flow from 3rd party web sites.
2727
2828client\_ 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
3232redirect\_ uri
3333:_ Optional_ ** string** - URL in your app where user's will be sent
@@ -49,14 +49,14 @@ token:
4949
5050client\_ 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
5454redirect\_ uri
5555:_ Optional_ ** string**
5656
5757client\_ 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
6161code
6262:_ Required_ ** string** - The code you received as a response to[ Step 1] ( #redirect-users-to-request-github-access ) .