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

Commit b651b03

Browse files
committed
Update help link
1 parent 2319d92 commit b651b03

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
@@ -45,7 +45,7 @@ public function getPluginAuthor()
4545

4646
public function getPluginVersion()
4747
{
48-
return '1.0.4';
48+
return '1.0.5';
4949
}
5050

5151
public function getPluginHomepage()

Template/config/integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<?= $this->form->text('gitlab_email_domains', $values) ?>
2828
<p class="form-help"><?= t('Use a comma to enter multiple domains: domain1.tld, domain2.tld') ?></p>
2929

30-
<p class="form-help"><a href="https://kanboard.net/plugin/gitlab-auth"><?= t('Help on GitLab authentication') ?></a></p>
30+
<p class="form-help"><a href="https://github.com/kanboard/plugin-gitlab-auth#documentation"><?= t('Help on GitLab authentication') ?></a></p>
3131

3232
<div class="form-actions">
3333
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>

0 commit comments

Comments
 (0)