Skip to content

Commit

Permalink
Fixed all the URLs.
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Kaul <siddharth.kaul@rail.bombardier.com>
  • Loading branch information
Siddharth Kaul committed Mar 22, 2020
1 parent dc5551e commit 21312ae
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getPluginVersion()

public function getPluginHomepage()
{
return 'https://github.com/kanboard-plugin-outlook';
return 'https://github.com/k10blogger/kanboard-plugin-outlook';
}

public function getCompatibleVersion()
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ You can define only one webhook url (**Settings > Integrations > Outlook**) and

- Go to your user profile then choose **Integrations > Outlook**
- Copy and paste the webhook url from Outlook or leave it blank if you want to use the global webhook url
- Use `@username` to receive direct message to your user
- Enable Outlook in your user notifications **Notifications > Outlook**

### Receive project notifications to a room

- Go to the project settings then choose **Integrations > Outlook**
- Copy and paste the webhook url from Outlook or leave it blank if you want to use the global webhook url
- Use `#channel` to receive messages in a specific channel
- Enable Outlook in your project notifications **Notifications > Outlook**

## Troubleshooting
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'), 'outlook_webhook_url') ?>
<?= $this->form->text('outlook_webhook_url', $values) ?>

<p class="form-help"><a href="https://github.com/kanboard/plugin-outlook#configuration" target="_blank"><?= t('Help on Outlook integration') ?></a></p>
<p class="form-help"><a href="https://github.com/k10blogger/kanboard-plugin-outlook#configuration" target="_blank"><?= t('Help on Outlook 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)'), 'outlook_webhook_channel') ?>
<?= $this->form->text('outlook_webhook_channel', $values, array(), array('placeholder="#channel"')) ?>

<p class="form-help"><a href="https://github.com/kanboard/plugin-outlook#configuration" target="_blank"><?= t('Help on Outlook integration') ?></a></p>
<p class="form-help"><a href="https://github.com/k10blogger/kanboard-plugin-outlook#configuration" target="_blank"><?= t('Help on Outlook 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('Channel/Group/User (Optional)'), 'outlook_webhook_channel') ?>
<?= $this->form->text('outlook_webhook_channel', $values, array(), array('placeholder="@username"')) ?>

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

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

0 comments on commit 21312ae

Please sign in to comment.