Skip to content

Commit 0562add

Browse files
authored
Update README.md
1 parent 2799b2b commit 0562add

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This plugin changes the translation of the wording on the screen defined in "con
77

88
```
99
$ cd /your/path/redmine
10-
$ git clone https://github.com/ishikawa999/redmine_message_customize.git plugins/redmine_message_customize
10+
$ git clone https://github.com/farend/redmine_message_customize.git plugins/redmine_message_customize
1111
$ # When Redmine 4.1 or lower versions
1212
$ cp plugins/redmine_message_customize/35_change_load_order_locales.rb config/initializers/35_change_load_order_locales.rb
1313
$ # redmine restart
@@ -20,13 +20,13 @@ If redmine/config/initializers/35_change_load_order_locales.rb is missing, only
2020

2121
* 1: Open setting page
2222
Administration > Message customize
23-
<kbd><img src="https://github.com/ishikawa999/redmine_message_customize/blob/images/administration_menu.png" /></kbd>
23+
<kbd><img src="https://github.com/farend/redmine_message_customize/blob/images/administration_menu.png" /></kbd>
2424

2525
* 2-1: Normal mode tab
26-
<kbd><img src="https://github.com/ishikawa999/redmine_message_customize/blob/images/normal_mode.png" /></kbd>
26+
<kbd><img src="https://github.com/farend/redmine_message_customize/blob/images/normal_mode.png" /></kbd>
2727

2828
* 2-2: YAML mode tab
29-
<kbd><img src="https://github.com/ishikawa999/redmine_message_customize/blob/images/yaml_mode.png" /></kbd>
29+
<kbd><img src="https://github.com/farend/redmine_message_customize/blob/images/yaml_mode.png" /></kbd>
3030

3131
## Run test
3232

@@ -37,7 +37,7 @@ $ bundle exec rake redmine:plugins:test NAME=redmine_message_customize RAILS_ENV
3737

3838
## CircleCI test
3939

40-
https://circleci.com/gh/ishikawa999/redmine_message_customize
40+
https://circleci.com/gh/farend/redmine_message_customize
4141

4242
----
4343

0 commit comments

Comments
 (0)