Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Commit

Permalink
Update broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Jul 4, 2018
1 parent 0f9f75f commit 71c894a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Template/project/integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<?= $this->form->label(t('Channel (Optional)'), 'rocketchat_webhook_channel') ?>
<?= $this->form->text('rocketchat_webhook_channel', $values, array(), array('placeholder="#channel"')) ?>
<p class="form-help"><a href="https://kanboard.net/plugin/rocketchat" target="_blank"><?= t('Help on RocketChat integration') ?></a></p>
<p class="form-help"><a href="https://github.com/kanboard/plugin-rocketchat#configuration" target="_blank"><?= t('Help on RocketChat integration') ?></a></p>

<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue">
Expand Down
2 changes: 1 addition & 1 deletion Template/user/integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<?= $this->form->label(t('User (Optional)'), 'rocketchat_webhook_channel') ?>
<?= $this->form->text('rocketchat_webhook_channel', $values, array(), array('placeholder="@username"')) ?>

<p class="form-help"><a href="https://kanboard.net/plugin/rocketchat" target="_blank"><?= t('Help on RocketChat integration') ?></a></p>
<p class="form-help"><a href="https://github.com/kanboard/plugin-rocketchat#configuration" target="_blank"><?= t('Help on RocketChat integration') ?></a></p>

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

0 comments on commit 71c894a

Please sign in to comment.