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:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-22 15:41:52 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-22 15:41:52 +0300
commit2fc156151d38e27d1fd25ff98fbf274d25673baf (patch)
treecb13890013b5e43f703e6bd0026d6056a84fb888
parent0725d4911faf931c6c2d99fda4509ece22ac1aee (diff)
parent8a51bb617926ffa28e8288d38307a91c8a23724a (diff)
Merge branch 'abuango-office365-broken-link-fix' into 'master'
Update Guide for Microsoft Teams Notification Integration See merge request gitlab-org/gitlab-ce!22423
-rw-r--r--app/models/project_services/microsoft_teams_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_services/microsoft_teams_service.rb b/app/models/project_services/microsoft_teams_service.rb
index 5b0e5fed092..c34078f13c1 100644
--- a/app/models/project_services/microsoft_teams_service.rb
+++ b/app/models/project_services/microsoft_teams_service.rb
@@ -17,7 +17,7 @@ class MicrosoftTeamsService < ChatNotificationService
'This service sends notifications about projects events to Microsoft Teams channels.<br />
To set up this service:
<ol>
- <li><a href="https://msdn.microsoft.com/en-us/microsoft-teams/connectors">Getting started with 365 Office Connectors For Microsoft Teams</a>.</li>
+ <li><a href="https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors-using#setting-up-a-custom-incoming-webhook">Setup a custom Incoming Webhook using Office 365 Connectors For Microsoft Teams</a>.</li>
<li>Paste the <strong>Webhook URL</strong> into the field below.</li>
<li>Select events below to enable notifications.</li>
</ol>'