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:
Diffstat (limited to 'doc/integration/gitlab.md')
-rw-r--r--doc/integration/gitlab.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/integration/gitlab.md b/doc/integration/gitlab.md
index 0658c921610..1b0a1e50445 100644
--- a/doc/integration/gitlab.md
+++ b/doc/integration/gitlab.md
@@ -19,10 +19,11 @@ GitLab.com generates an application ID and secret key for you to use.
- Name: This can be anything. Consider something like `<Organization>'s GitLab` or `<Your Name>'s GitLab` or something else descriptive.
- Redirect URI:
- ```plaintext
- http://your-gitlab.example.com/import/gitlab/callback
- http://your-gitlab.example.com/users/auth/gitlab/callback
- ```
+ ```plaintext
+ # You can also use a non-SSL URL, but you should use SSL URLs.
+ https://your-gitlab.example.com/import/gitlab/callback
+ https://your-gitlab.example.com/users/auth/gitlab/callback
+ ```
The first link is required for the importer and second for authentication.