diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-08 16:52:20 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-08 16:52:20 +0000 |
commit | 149a52b10f5d5715ad5868add8ae0d4d6389d46d (patch) | |
tree | 614d8c52f599545025bdd33f54864226b85d08f7 /doc | |
parent | c74b609874c528d378038b3e2fe131b62fe3eefb (diff) | |
parent | 4ed40db9cefc35d06a13adeed55a76021cd8522c (diff) | |
download | gitlab-ce-149a52b10f5d5715ad5868add8ae0d4d6389d46d.tar.gz |
Merge branch 'patch-1' into 'master'
update slack instructions
the previous instructions no longer apply, there is no "Incoming WebHooks" row anymore.
luckily there exists direct link to web hooks, so the previous steps aren't even neccessary
See merge request !3052
Diffstat (limited to 'doc')
-rw-r--r-- | doc/integration/slack.md | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/integration/slack.md b/doc/integration/slack.md index ecbe0d3e887..f6ba80f46d5 100644 --- a/doc/integration/slack.md +++ b/doc/integration/slack.md @@ -2,19 +2,11 @@ ## On Slack -To enable Slack integration you must create an Incoming WebHooks integration on Slack; +To enable Slack integration you must create an Incoming WebHooks integration on Slack: 1. [Sign in to Slack](https://slack.com/signin) -1. Select **Apps & Custom Integrations** from the dropdown next to your team name. - -1. Click the **Configure** link (right-upper corner). - -1. Select the **Custom integrations** tab. - -1. Click the **Incoming WebHooks** row. - -1. Click the **Add configuration** button. +1. Visit [Incoming WebHooks](https://my.slack.com/services/new/incoming-webhook/) 1. Choose the channel name you want to send notifications to. |