Skip to content

Commit 2d01ee2

Browse files
authored
Update custom_event.blade.php
1 parent 527ed48 commit 2d01ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tools/custom_event.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
$docsUrl = 'https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads';
77
if ($platform === 'gitlab') {
8-
$docsUrl = 'https://docs.gitlab.com/ee/user/project/integrations/webhooks.html';
8+
$docsUrl = 'https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html';
99
}
1010
$documentation = __('tg-notifier::tools/custom_event.documentation');
1111
?>

0 commit comments

Comments
 (0)