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
path: root/doc
diff options
context:
space:
mode:
authorKukovskii Vladimir <ura@dgtakano.co.jp>2018-07-22 14:17:35 +0300
committerKukovskii Vladimir <ura@dgtakano.co.jp>2018-07-22 14:17:35 +0300
commit1ce57a7fba560daa66eee006b64bb9e77f7c51ac (patch)
tree18da382698bd1039aa4e2fd606e7c22f30843082 /doc
parentb38a3485f0f6f08ce43bdf372a436ae5d73c329c (diff)
Fix some moments in documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/api/services.md2
-rw-r--r--doc/user/project/integrations/hangouts_chat.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/services.md b/doc/api/services.md
index 29da1139fcc..efa173180bb 100644
--- a/doc/api/services.md
+++ b/doc/api/services.md
@@ -447,6 +447,8 @@ GET /projects/:id/services/gemnasium
Google GSuite team collaboration tool.
+>**Note:** This service was [introduced in v11.2](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20290)
+
### Create/Edit Hangouts Chat service
Set Hangouts Chat service for a project.
diff --git a/doc/user/project/integrations/hangouts_chat.md b/doc/user/project/integrations/hangouts_chat.md
index 5d8869637c9..6ab44420a10 100644
--- a/doc/user/project/integrations/hangouts_chat.md
+++ b/doc/user/project/integrations/hangouts_chat.md
@@ -9,11 +9,11 @@ The Hangouts Chat service sends notifications from GitLab to the room for which
1. Click on **ADD WEBHOOK** and fill in the name of the bot that will post the messages. Optionally define avatar.
1. Click **SAVE** and copy the **Webhook URL** of your webhook.
-Details: https://developers.google.com/hangouts/chat/how-tos/webhooks
+See also [the Hangouts Chat documentation for configuring incoming webhooks](https://developers.google.com/hangouts/chat/how-tos/webhooks)
## On GitLab
-When you have **Webhook URL** for your Hangouts Chat room webhook, you can setup the GitLab service.
+When you have the **Webhook URL** for your Hangouts Chat room webhook, you can setup the GitLab service.
1. Navigate to the [Integrations page](project_services.md#accessing-the-project-services) in your project's settings, i.e. **Project > Settings > Integrations**.
1. Select the **Hangouts Chat** project service to configure it.