Skip to content

Commit

Permalink
Update help link url
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Apr 1, 2018
1 parent 8322c48 commit a4afa5d
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 @@ -71,7 +71,7 @@ public function getPluginAuthor()

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

public function getPluginHomepage()
Expand Down
2 changes: 1 addition & 1 deletion Template/config/integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<?= $this->form->text('google_email_domains', $values) ?>
<p class="form-help"><?= t('Use a comma to enter multiple domains: domain1.tld, domain2.tld') ?></p>

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

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

0 comments on commit a4afa5d

Please sign in to comment.