From 2ed6941f519331a44204fbadc6d2d2a91087c6b8 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Tue, 29 Nov 2016 12:42:50 -0500 Subject: WIP: Updates our documentation to point to gitlab.com --- doc/api/oauth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/oauth2.md') diff --git a/doc/api/oauth2.md b/doc/api/oauth2.md index 5ef5e3f5744..205c031010d 100644 --- a/doc/api/oauth2.md +++ b/doc/api/oauth2.md @@ -32,7 +32,7 @@ Each application gets a unique App ID and App Secret parameters. To request the authorization code, you should redirect the user to the `/oauth/authorize` endpoint: ``` -https://gitlab.example.com/oauth/authorize?client_id=APP_ID&redirect_uri=REDIRECT_URI&response_type=code&state=your_unique_state_hash +https://gitlab.com/oauth/authorize?client_id=APP_ID&redirect_uri=REDIRECT_URI&response_type=code&state=your_unique_state_hash ``` This will ask the user to approve the applications access to their account and then redirect back to the `REDIRECT_URI` you provided. -- cgit v1.2.1