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

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Jul 4, 2018
1 parent cf8742f commit efa637b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Notification/Mattermost.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function getMessage(array $project, $event_name, array $event_data)
return array(
'text' => $message,
'username' => 'Kanboard',
'icon_url' => 'https://kanboard.org/assets/img/favicon.png',
'icon_url' => 'https://raw.githubusercontent.com/kanboard/kanboard/master/assets/img/favicon.png',
);
}

Expand Down
2 changes: 1 addition & 1 deletion Template/config/integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?= $this->form->label(t('Webhook URL'), 'mattermost_webhook_url') ?>
<?= $this->form->text('mattermost_webhook_url', $values) ?>

<p class="form-help"><a href="https://github.com/kanboard/plugin-mattermost/blob/master/README.md" target="_blank"><?= t('Help on Mattermost integration') ?></a></p>
<p class="form-help"><a href="https://github.com/kanboard/plugin-mattermost#configuration" target="_blank"><?= t('Help on Mattermost 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/project/integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<?= $this->form->label(t('Channel/Group/User (Optional)'), 'mattermost_webhook_channel') ?>
<?= $this->form->text('mattermost_webhook_channel', $values, array(), array('placeholder="channel"')) ?>

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

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

0 comments on commit efa637b

Please sign in to comment.