Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 46c6699

Browse files
committed
Correcting link to create new application.
1 parent f00ea42 commit 46c6699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2010-04-23-oauth.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: OAuth
77

88
OAuth2 is a protocol that lets external apps request authorization to private details in a user's GitHub account without getting their password. This is preferred over Basic Authentication because tokens can be limited to specific types of data, and can be revoked by users at any time.
99

10-
All developers need to [register their application](http://github.com/account/applications/new) before getting started. A registered OAuth application is assigned a unique Client ID and Client Secret. The Client Secret should not be shared.
10+
All developers need to [register their application](https://github.com/settings/applications/new) before getting started. A registered OAuth application is assigned a unique Client ID and Client Secret. The Client Secret should not be shared.
1111

1212
## Web Application Flow
1313

0 commit comments

Comments
 (0)