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 12, 2018
1 parent 69566af commit 25ddb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.5';
return '1.0.6';
}

public function getPluginHomepage()
Expand Down
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-gitlab fa-fw" aria-hidden="true"></i><?= t('GitLab webhooks') ?></h3>
<div class="panel">
<input type="text" class="auto-select" readonly="readonly" value="<?= $this->url->href('WebhookController', 'handler', array('plugin' => 'GitlabWebhook', 'token' => $webhook_token, 'project_id' => $project['id']), false, '', true) ?>"/><br/>
<p class="form-help"><a href="https://kanboard.net/plugin/gitlab-webhook" target="_blank"><?= t('Help on GitLab webhooks') ?></a></p>
<p class="form-help"><a href="https://github.com/kanboard/plugin-gitlab-webhook#documentation" target="_blank"><?= t('Help on GitLab webhooks') ?></a></p>
</div>

0 comments on commit 25ddb9c

Please sign in to comment.