Skip to content

Commit a4afa5d

Browse files
committed
Update help link url
1 parent 8322c48 commit a4afa5d

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

7272
public function getPluginVersion()
7373
{
74-
return '1.0.6';
74+
return '1.0.7';
7575
}
7676

7777
public function getPluginHomepage()

Template/config/integration.php

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

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

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

0 commit comments

Comments
 (0)