We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527ed48 commit 2d01ee2Copy full SHA for 2d01ee2
resources/views/tools/custom_event.blade.php
@@ -5,7 +5,7 @@
5
6
$docsUrl = 'https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads';
7
if ($platform === 'gitlab') {
8
- $docsUrl = 'https://docs.gitlab.com/ee/user/project/integrations/webhooks.html';
+ $docsUrl = 'https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html';
9
}
10
$documentation = __('tg-notifier::tools/custom_event.documentation');
11
?>
0 commit comments