diff options
author | Abubakar Siddiq Ango <h4xx22live@gmail.com> | 2018-10-22 12:41:52 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-22 12:41:52 +0000 |
commit | 8a51bb617926ffa28e8288d38307a91c8a23724a (patch) | |
tree | cb13890013b5e43f703e6bd0026d6056a84fb888 | |
parent | 0725d4911faf931c6c2d99fda4509ece22ac1aee (diff) | |
download | gitlab-ce-8a51bb617926ffa28e8288d38307a91c8a23724a.tar.gz |
Update Guide for Microsoft Teams Notification Integration
-rw-r--r-- | app/models/project_services/microsoft_teams_service.rb | 2 |
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>' |