From 47a62b92bd2cd3d667204ac036f98847f6ff408f Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 16 May 2016 10:35:54 +0200 Subject: [PATCH] Fixed 3rd party OAuth link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de6b43f74c..11d598bb7f 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo * `fileKey` - For migrated apps, this is necessary to provide access to files already hosted on Parse. * `allowClientClassCreation` - Set to false to disable client class creation. Defaults to true. * `enableAnonymousUsers` - Set to false to disable anonymous users. Defaults to true. -* `oauth` - Used to configure support for [3rd party authentication](https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#oauth). +* `oauth` - Used to configure support for [3rd party authentication](https://github.com/ParsePlatform/parse-server/wiki/OAuth). * `facebookAppIds` - An array of valid Facebook application IDs that users may authenticate with. * `mountPath` - Mount path for the server. Defaults to `/parse`. * `filesAdapter` - The default behavior (GridStore) can be changed by creating an adapter class (see [`FilesAdapter.js`](https://github.com/ParsePlatform/parse-server/blob/master/src/Adapters/Files/FilesAdapter.js)).