From f0d493b064055ed2508289f07536f466c49382f9 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 8 May 2013 17:04:17 -0700 Subject: [PATCH] Updated link to wiki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e8ddfb..6824d544 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The authorization server is a flexible class and the following core specificatio * client credentials ([section 2.3.1](http://tools.ietf.org/html/rfc6749#section-2.3.1)) * password (user credentials) ([section 4.3](http://tools.ietf.org/html/rfc6749#section-4.3)) -An overview of the different OAuth 2.0 grants can be found at [http://alexbilbie.com/2013/02/a-guide-to-oauth-2-grants/](http://alexbilbie.com/2013/02/a-guide-to-oauth-2-grants/). +An overview of the different OAuth 2.0 grants can be found in the wiki [https://github.com/php-loep/oauth2-server/wiki/Which-OAuth-2.0-grant-should-I-use%3F](https://github.com/php-loep/oauth2-server/wiki/Which-OAuth-2.0-grant-should-I-use%3F). ### Resource Server