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

Commit 63f9a35

Browse files
committed
Update documentation link
1 parent 7b95df1 commit 63f9a35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getPluginAuthor()
5454

5555
public function getPluginVersion()
5656
{
57-
return '1.0.5';
57+
return '1.0.6';
5858
}
5959

6060
public function getPluginHomepage()

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-github fa-fw"></i>&nbsp;<?= t('Github webhooks') ?></h3>
22
<div class="panel">
33
<input type="text" class="auto-select" readonly="readonly" value="<?= $this->url->href('Webhook', 'handler', array('plugin' => 'GithubWebhook', 'token' => $webhook_token, 'project_id' => $project['id']), false, '', true) ?>"/><br/>
4-
<p class="form-help"><a href="https://kanboard.net/plugin/github-webhook" target="_blank"><?= t('Help on Github webhooks') ?></a></p>
4+
<p class="form-help"><a href="https://github.com/kanboard/plugin-github-webhook#documentation" target="_blank"><?= t('Help on Github webhooks') ?></a></p>
55
</div>

0 commit comments

Comments
 (0)