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 13, 2018
1 parent 722ce1c commit cb5c589
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 @@ -39,7 +39,7 @@ public function getPluginAuthor()

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

public function getPluginHomepage()
Expand Down
2 changes: 1 addition & 1 deletion Template/integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<?= $this->form->label(t('Sendgrid API key'), 'sendgrid_api_key') ?>
<?= $this->form->password('sendgrid_api_key', $values) ?>

<p class="form-help"><a href="https://kanboard.net/plugin/sendgrid" target="_blank"><?= t('Help on Sendgrid integration') ?></a></p>
<p class="form-help"><a href="https://github.com/kanboard/plugin-sendgrid/blob/master/README.md" target="_blank"><?= t('Help on Sendgrid integration') ?></a></p>

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

0 comments on commit cb5c589

Please sign in to comment.