Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Stamp <scottstamp851@gmail.com>2014-12-09 02:04:34 +0300
committerScott Stamp <scottstamp851@gmail.com>2014-12-09 02:04:34 +0300
commit8b6a2829ce400dda594500d2a8822dfdb11d8781 (patch)
tree677e980e8c11be04f8c0c9e1014d0778635ead5a /doc/integration
parentc7db2661a5d7c6bf14479c18e808d1d8c619a95c (diff)
Example callback URL was incorrect
(referencing /users/auth/github/callback, not /users/auth/twitter/callback)
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/twitter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/twitter.md b/doc/integration/twitter.md
index d1b52927d30..b9e501c5ec1 100644
--- a/doc/integration/twitter.md
+++ b/doc/integration/twitter.md
@@ -13,7 +13,7 @@ To enable the Twitter OmniAuth provider you must register your application with
something else descriptive.
- Description: Create a description.
- Website: The URL to your GitLab installation. 'https://gitlab.example.com'
- - Callback URL: 'https://gitlab.example.com/users/auth/github/callback'
+ - Callback URL: 'https://gitlab.example.com/users/auth/twitter/callback'
- Agree to the "Rules of the Road."
![Twitter App Details](twitter_app_details.png)