Skip to content

Commit 526ce67

Browse files
committed
docs: Update URL
1 parent 019ebc8 commit 526ce67

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ textlint --preset ja-technical-writing README.md
122122

123123
### カンマは1文中に3つまで
124124

125-
> https://github.com/azu/textlint-rule-max-comma
125+
> https://github.com/textlint-rule/textlint-rule-max-comma
126126
127127
カンマ(,)の多用は、文が長くなっている可能性があります。
128128

@@ -132,7 +132,7 @@ textlint --preset ja-technical-writing README.md
132132

133133
### 読点は1文中に3つまで
134134

135-
> https://github.com/azu/textlint-rule-max-ten
135+
> https://github.com/textlint-ja/textlint-rule-max-ten
136136
137137
読点(、)の多用は、文が長くなっている可能性があります。
138138

@@ -142,7 +142,7 @@ textlint --preset ja-technical-writing README.md
142142

143143
### 連続できる最大の漢字長は6文字まで
144144

145-
> https://github.com/azu/textlint-rule-max-kanji-continuous-len
145+
> https://github.com/textlint-ja/textlint-rule-max-kanji-continuous-len
146146
147147
漢字同士が連続していると読みにくさにつながります。 固有名詞は `allow` オプションに記述して回避します。
148148

@@ -152,7 +152,7 @@ textlint --preset ja-technical-writing README.md
152152

153153
### 漢数字と算用数字を使い分けます
154154

155-
> https://github.com/azu/textlint-rule-preset-JTF-style
155+
> https://github.com/textlint-ja/textlint-rule-preset-JTF-style
156156
157157
数量を表現し、数を数えられるものは算用数字を使用します。任意の数に置き換えても通用する語句がこれに該当します。
158158

@@ -162,7 +162,7 @@ textlint --preset ja-technical-writing README.md
162162

163163
### 「ですます調」、「である調」を統一します
164164

165-
> https://github.com/azu/textlint-rule-no-mix-dearu-desumasu
165+
> https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu
166166
167167
- 見出しは自動
168168
- 本文はですます調
@@ -191,19 +191,19 @@ textlint --preset ja-technical-writing README.md
191191

192192
### 二重否定は使用しない
193193

194-
> https://github.com/azu/textlint-rule-no-double-negative-ja
194+
> https://github.com/textlint-ja/textlint-rule-no-double-negative-ja
195195
196196
"no-double-negative-ja": true,
197197

198198
### ら抜き言葉を使用しない
199199

200-
> https://github.com/azu/textlint-rule-no-dropping-the-ra
200+
> https://github.com/textlint-ja/textlint-rule-no-dropping-the-ra
201201
202202
"no-dropping-the-ra": true,
203203

204204
### 逆接の接続助詞「が」を連続して使用しない
205205

206-
> https://github.com/takahashim/textlint-rule-no-doubled-conjunctive-particle-ga
206+
> https://github.com/textlint-ja/textlint-rule-no-doubled-conjunctive-particle-ga
207207
208208
逆接の接続助詞「が」は、特に否定の意味ではなくても安易に使われてしまいがちです。
209209

@@ -213,21 +213,21 @@ textlint --preset ja-technical-writing README.md
213213

214214
### 同じ接続詞を連続して使用しない
215215

216-
> https://github.com/takahashim/textlint-rule-no-doubled-conjunction
216+
> https://github.com/textlint-ja/textlint-rule-no-doubled-conjunction
217217
218218
"no-doubled-conjunction": true,
219219

220220
### 同じ助詞を連続して使用しない
221221

222-
> https://github.com/azu/textlint-rule-no-doubled-joshi
222+
> https://github.com/textlint-ja/textlint-rule-no-doubled-joshi
223223
224224
"no-doubled-joshi": {
225225
"min_interval": 1
226226
},
227227

228228
### UTF8-MAC 濁点を使用しない
229229

230-
> https://github.com/azu/textlint-rule-no-nfd
230+
> https://github.com/textlint-ja/textlint-rule-no-nfd
231231
232232
文章中にUTF8-MAC 濁点は不要です。 ファイルからコピー&ペーストした文字である場合があります。
233233

@@ -249,17 +249,18 @@ textlint --preset ja-technical-writing README.md
249249

250250
"no-zero-width-spaces": true,
251251

252-
### 感嘆符!!、感嘆符??を使用しない
252+
### 感嘆符!!、疑問符??を使用しない
253253

254-
> https://github.com/azu/textlint-rule-no-exclamation-question-mark
254+
> https://github.com/textlint-rule/textlint-rule-no-exclamation-question-mark
255255
256-
特定の感嘆符または感嘆符を使用する場合は、オプションで許可して利用してください。
256+
技術文書では、感嘆符(!!)、疑問符(??)は基本的には使用しないでください。
257+
特定の感嘆符や疑問符を使用する場合は、オプションで許可するか、filterルールで例外として扱ってください。
257258

258259
"no-exclamation-question-mark": true,
259260

260261
### 半角カナを使用しない
261262

262-
> https://github.com/azu/textlint-rule-no-hankaku-kana
263+
> https://github.com/textlint-ja/textlint-rule-no-hankaku-kana
263264
264265
全角カタカナを使用してください。
265266

@@ -269,7 +270,8 @@ textlint --preset ja-technical-writing README.md
269270

270271
> https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase
271272
272-
`〜かもしれない` 等の弱い表現を使用しない。
273+
`〜かもしれない` 等の弱い表現を使用しないでください。
274+
主張を言い切るような表現を使うことを推奨するためのルールです。
273275

274276
"ja-no-weak-phrase": true,
275277

lib/textlint-rule-preset-ja-technical-writing.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ module.exports = {
3434
max: 100
3535
},
3636
// # コンマは1文中に3つまで
37-
// https://github.com/azu/textlint-rule-max-comma
37+
// https://github.com/textlint-rule/textlint-rule-max-comma
3838
"max-comma": {
3939
max: 3
4040
},
4141
// # 読点は1文中に3つまで
42-
// https://github.com/azu/textlint-rule-max-ten
42+
// https://github.com/textlint-ja/textlint-rule-max-ten
4343
"max-ten": {
4444
max: 3
4545
},
4646
// # 連続できる最大の漢字長は6文字まで
4747
// 漢字が連続していると読みにくさにつながります。
48-
// https://github.com/azu/textlint-rule-max-kanji-continuous-len
48+
// https://github.com/textlint-ja/textlint-rule-max-kanji-continuous-len
4949
"max-kanji-continuous-len": {
5050
max: 6
5151
},
@@ -54,14 +54,14 @@ module.exports = {
5454
// 任意の数に置き換えても通用する語句がこれに該当します。
5555
// 序数詞(「第~回」「~番目」「~回目」)も算用数字を使います。
5656
// 慣用的表現、熟語、概数、固有名詞、副詞など、漢数字を使用することが一般的な語句では漢数字を使います。
57-
// https://github.com/azu/textlint-rule-preset-JTF-style
57+
// https://github.com/textlint-ja/textlint-rule-preset-JTF-style
5858
// https://www.jtf.jp/jp/style_guide/styleguide_top.html
5959
"arabic-kanji-numbers": true,
6060
// # 「ですます調」、「である調」を統一します
6161
// 見出しは自動
6262
// 本文はですます調
6363
// 箇条書きはである調
64-
// https://github.com/azu/textlint-rule-no-mix-dearu-desumasu
64+
// https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu
6565
"no-mix-dearu-desumasu": {
6666
"preferInHeader": "",
6767
"preferInBody": "ですます",
@@ -74,26 +74,26 @@ module.exports = {
7474
"periodMark": "。"
7575
},
7676
// # 二重否定は使用しない
77-
// https://github.com/azu/textlint-rule-no-double-negative-ja
77+
// https://github.com/textlint-ja/textlint-rule-no-double-negative-ja
7878
"no-double-negative-ja": true,
7979
// # ら抜き言葉を使用しない
80-
// https://github.com/azu/textlint-rule-no-dropping-the-ra
80+
// https://github.com/textlint-ja/textlint-rule-no-dropping-the-ra
8181
"no-dropping-the-ra": true,
8282
// # 逆接の接続助詞「が」を連続して使用しない
8383
// 逆接の接続助詞「が」は、特に否定の意味ではなくても安易に使われてしまいがちです。
8484
// 同一文中に複数回出現していないかどうかをチェックします。
85-
// https://github.com/takahashim/textlint-rule-no-doubled-conjunctive-particle-ga
85+
// https://github.com/textlint-ja/textlint-rule-no-doubled-conjunctive-particle-ga
8686
"no-doubled-conjunctive-particle-ga": true,
8787
// # 同じ接続詞を連続して使用しない
88-
// https://github.com/takahashim/textlint-rule-no-doubled-conjunction
88+
// https://github.com/textlint-ja/textlint-rule-no-doubled-conjunction
8989
"no-doubled-conjunction": true,
9090
// # 同じ助詞を連続して使用しない
9191
"no-doubled-joshi": {
9292
"min_interval": 1
9393
},
9494
// # UTF8-MAC 濁点を使用しない
9595
// 文章中にUTF8-MAC 濁点は不要です。
96-
// https://github.com/azu/textlint-rule-no-nfd
96+
// https://github.com/textlint-ja/textlint-rule-no-nfd
9797
"no-nfd": true,
9898
// # 不必要な制御文字を使用しない
9999
// 改行やタブ以外の一般的な文章にはでてこない不自然な制御文字が入るのを防止します。
@@ -103,10 +103,10 @@ module.exports = {
103103
// https://github.com/textlint-rule/textlint-rule-no-zero-width-spaces
104104
"no-zero-width-spaces": true,
105105
// # 感嘆符!!、疑問符??を使用しない
106-
// https://github.com/azu/textlint-rule-no-exclamation-question-mark
106+
// https://github.com/textlint-rule/textlint-rule-no-exclamation-question-mark
107107
"no-exclamation-question-mark": true,
108108
// # 半角カナを使用しない
109-
// https://github.com/azu/textlint-rule-no-hankaku-kana
109+
// https://github.com/textlint-ja/textlint-rule-no-hankaku-kana
110110
"no-hankaku-kana": true,
111111
// # 弱い日本語表現の利用を使用しない
112112
// 〜かもしれない 等の弱い表現を使用しない

0 commit comments

Comments
 (0)