Skip to content

Commit 2d55192

Browse files
committed
Fix up dem links
1 parent 2bf6e95 commit 2d55192

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/changes/2012-12-06-create-authorization-for-app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
No more implementing the [web flow][web-flow] just to get a token tied to your
3535
app's rate limit.
3636

37-
[oauth-api]: /v3/oauth/#oauth-authorizations-api
37+
[oauth-api]: /v3/oauth_authorizations/#oauth-authorizations-api
3838
[web-flow]: /v3/oauth/#web-application-flow

content/guides/basics-of-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ available as a separate project.
347347
[sinatra auth github test]: https://github.com/atmos/sinatra-auth-github-test
348348
[oauth scopes]: /v3/oauth/#scopes
349349
[edit scopes post]: /changes/2013-10-04-oauth-changes-coming/
350-
[check token valid]: /v3/oauth/#check-an-authorization
350+
[check token valid]: /v3/oauth_authorizations/#check-an-authorization
351351
[platform samples]: https://github.com/github/platform-samples/tree/master/api/ruby/basics-of-authentication
352352
[new oauth app]: https://github.com/settings/applications/new
353353
[app settings]: https://github.com/settings/applications

content/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ Keep learning with the next API guide [Basics of Authentication][auth guide]!
517517
[media types]: /v3/media/
518518
[oauth]: /v3/oauth/
519519
[webflow]: /v3/oauth/#web-application-flow
520-
[authorizations api]: /v3/oauth/#create-a-new-authorization
520+
[authorizations api]: /v3/oauth_authorizations/#create-a-new-authorization
521521
[scopes]: /v3/oauth/#scopes
522522
[repos-api]: /v3/repos/
523523
[pages]: http://pages.github.com

content/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ $ curl https://api.github.com/?access_token=OAUTH-TOKEN
213213
</pre>
214214

215215
Read [more about OAuth2](/v3/oauth/). Note that OAuth2 tokens can be [acquired
216-
programmatically](/v3/oauth/#create-a-new-authorization), for applications that
216+
programmatically](/v3/oauth_authorizations/#create-a-new-authorization), for applications that
217217
are not websites.
218218

219219
### OAuth2 Key/Secret

content/v3/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ token to [authenticate via OAuth][oauth-auth] for most API access.
7171
Alternately, you can create access tokens from the Personal Access Token
7272
section of your [application settings page](https://github.com/settings/applications).
7373

74-
[create-access]: /v3/oauth/#create-a-new-authorization
74+
[create-access]: /v3/oauth_authorizations/#create-a-new-authorization
7575
[curl]: http://curl.haxx.se/
7676
[oauth-auth]: /v3/#authentication
7777
[personal-access-tokens]: https://github.com/blog/1509-personal-api-tokens

content/v3/oauth_authorizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ users have two-factor authentication enabled.)
3030

3131
## Create a new authorization
3232

33-
If you need a small number of tokens, implementing the [web flow](#web-application-flow)
33+
If you need a small number of tokens, implementing the [web flow](/v3/oauth/#web-application-flow)
3434
can be cumbersome. Instead, tokens can be created using the Authorizations API using
3535
[Basic Authentication](/v3/auth#basic-authentication). To create tokens for a particular OAuth application, you
3636
must provide its client ID and secret, found on the OAuth application settings

0 commit comments

Comments
 (0)