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

Commit

Permalink
Update documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Apr 13, 2018
1 parent bcf0004 commit cb7627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/project/integrations.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h3><i class="fa fa-bitbucket fa-fw"></i>&nbsp;<?= t('Bitbucket webhooks') ?></h3>
<div class="panel">
<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/>
<p class="form-help"><a href="https://kanboard.net/plugin/bitbucket-webhook" target="_blank"><?= t('Help on Bitbucket webhooks') ?></a></p>
<p class="form-help"><a href="https://github.com/kanboard/plugin-bitbucket-webhook#documentation" target="_blank"><?= t('Help on Bitbucket webhooks') ?></a></p>
</div>

0 comments on commit cb7627b

Please sign in to comment.