Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Commit cb7627b

Browse files
committed
Update documentation link
1 parent bcf0004 commit cb7627b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Template/project/integrations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h3><i class="fa fa-bitbucket fa-fw"></i>&nbsp;<?= t('Bitbucket webhooks') ?></h3>
22
<div class="panel">
33
<input type="text" class="auto-select" readonly="readonly" value="<?= $this->url->href('WebhookController', 'handler', array('plugin' => 'BitbucketWebhook', 'token' => $webhook_token, 'project_id' => $project['id']), false, '', true) ?>"/><br/>
4-
<p class="form-help"><a href="https://kanboard.net/plugin/bitbucket-webhook" target="_blank"><?= t('Help on Bitbucket webhooks') ?></a></p>
4+
<p class="form-help"><a href="https://github.com/kanboard/plugin-bitbucket-webhook#documentation" target="_blank"><?= t('Help on Bitbucket webhooks') ?></a></p>
55
</div>

0 commit comments

Comments
 (0)