From bdd9c9442e6400cc13c4c9cba02617e2a6cc98a9 Mon Sep 17 00:00:00 2001 From: Igor Antonov Date: Mon, 26 Dec 2016 15:20:19 +0300 Subject: [PATCH] Readme link changes --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6df6c0a..c999c96 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ Redmine Supported versions: 2.0.x - 3.3.x. ## Screenshot -![screenshot](https://raw.githubusercontent.com/altsol/redmine_mattermost/assets/screenshot.png) +![screenshot](https://raw.githubusercontent.com/keritaf/redmine_mattermost/assets/screenshot.png) ## Installation From your Redmine plugins directory, clone this repository as `redmine_mattermost` (note the underscore!): - git clone https://github.com/altsol/redmine_mattermost.git redmine_mattermost + git clone https://github.com/keritaf/redmine_mattermost.git redmine_mattermost You will also need the `httpclient` dependency, which can be installed by running @@ -44,25 +44,25 @@ For more information, see http://www.redmine.org/projects/redmine/wiki/Plugins ( Step 1: Create an Incoming Webhook in Mattermost (Account Settings > Integrations > Incoming Webhooks). -![step1](https://raw.githubusercontent.com/altsol/redmine_mattermost/assets/step1.png) +![step1](https://raw.githubusercontent.com/keritaf/redmine_mattermost/assets/step1.png) Step 2: Install this Redmine plugin for Mattermost. -![step2](https://raw.githubusercontent.com/altsol/redmine_mattermost/assets/step2.png) +![step2](https://raw.githubusercontent.com/keritaf/redmine_mattermost/assets/step2.png) Step 3: Configure this Redmine plugin for Mattermost. For per-project customized routing, leave the `Mattermost Channel` field empty and follow the next steps, otherwise all Redmine projects will post to the same Mattermost channel. Be careful when filling the channel field, you need to input the channel's handle, not the display name visible to users. You can find each channel's handle by going inside the channel and click the down-arrow and selecting view info. -![step3](https://raw.githubusercontent.com/altsol/redmine_mattermost/assets/step3.png) +![step3](https://raw.githubusercontent.com/keritaf/redmine_mattermost/assets/step3.png) Step 4: For per-project customized routing, first create the project custom field (Administration > Custom fields > Project). -![step4a](https://raw.githubusercontent.com/altsol/redmine_mattermost/assets/step4a.png) -![step4b](https://raw.githubusercontent.com/altsol/redmine_mattermost/assets/step4b.png) +![step4a](https://raw.githubusercontent.com/keritaf/redmine_mattermost/assets/step4a.png) +![step4b](https://raw.githubusercontent.com/keritaf/redmine_mattermost/assets/step4b.png) Step 5: For per-project customized routing, configure the Mattermost channel handle inside your Redmine project. -![step5](https://raw.githubusercontent.com/altsol/redmine_mattermost/assets/step5.png) +![step5](https://raw.githubusercontent.com/keritaf/redmine_mattermost/assets/step5.png) ## Credits -The source code is forked from https://github.com/sciyoshi/redmine-slack. Special thanks to the original author and contributors for making this awesome hook for Redmine. This fork is just refactored to use Mattermost-namespaced configuration options in order to use both hooks (Mattermost and Slack) in a Redmine installation. +The source code is forked from https://github.com/altsol/redmine_mattermost. Special thanks to the original author and contributors for making this awesome hook for Redmine. This fork is just refactored to use Mattermost-namespaced configuration options in order to use both hooks (Mattermost and Slack) in a Redmine installation.