Skip to content

Commit 1ba2470

Browse files
committed
chore: rename repository info
1 parent 980a0f5 commit 1ba2470

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# textlint-rule-ja-no-weak-phrase [![Build Status](https://travis-ci.org/azu/textlint-rule-ja-no-weak-phrase.svg?branch=master)](https://travis-ci.org/azu/textlint-rule-ja-no-weak-phrase)
1+
# textlint-rule-ja-no-weak-phrase [![Build Status](https://travis-ci.org/textlint-ja/textlint-rule-ja-no-weak-phrase.svg?branch=master)](https://travis-ci.org/textlint-ja/textlint-rule-ja-no-weak-phrase)
22

33
弱い日本語表現の利用を禁止する[textlint](http://textlint.github.io/ "textlint")ルール
44

@@ -38,7 +38,7 @@ textlint --rule ja-no-weak-phrase README.md
3838

3939
## Changelog
4040

41-
See [Releases page](https://github.com/azu/textlint-rule-ja-no-weak-phrase/releases).
41+
See [Releases page](https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase/releases).
4242

4343
## Running tests
4444

@@ -49,7 +49,7 @@ Install devDependencies and Run `npm test`:
4949
## Contributing
5050

5151
Pull requests and stars are always welcome.
52-
For bugs and feature requests, [please create an issue](https://github.com/azu/textlint-rule-ja-no-weak-phrase/issues).
52+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase/issues).
5353

5454
1. Fork it!
5555
2. Create your feature branch: `git checkout -b my-new-feature`

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "textlint-rule-ja-no-weak-phrase",
33
"repository": {
44
"type": "git",
5-
"url": "https://github.com/azu/textlint-rule-ja-no-weak-phrase.git"
5+
"url": "https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase.git"
66
},
77
"author": "azu",
88
"email": "azuciao@gmail.com",
9-
"homepage": "https://github.com/azu/textlint-rule-ja-no-weak-phrase",
9+
"homepage": "https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase",
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/azu/textlint-rule-ja-no-weak-phrase/issues"
12+
"url": "https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase/issues"
1313
},
1414
"files": [
1515
"src/",
@@ -46,4 +46,4 @@
4646
"kuromojin": "^1.3.1",
4747
"morpheme-match": "^1.0.1"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)