Skip to content

Commit 2e9795e

Browse files
committed
Fix link text to recipes
1 parent e7877ec commit 2e9795e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/hooks-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ React の観点から見れば、フックを使ったコンポーネントは
125125

126126
> 補足
127127
>
128-
> [Testing Recipes](/docs/testing-recipes.html) にコピー・ペーストで使えるたくさんの例が掲載されています。
128+
> [テストのレシピ集](/docs/testing-recipes.html) にコピー・ペーストで使えるたくさんの例が掲載されています。
129129
130130
例えばこのようなカウンタコンポーネントがあるとしましょう:
131131

@@ -191,7 +191,7 @@ it('can render and update a counter', () => {
191191

192192
ボイラープレートを減らすため、エンドユーザが使うのと同じ形でコンポーネントを使ってテストが記述できるように設計されている、[React Testing Library](https://testing-library.com/react) の利用をお勧めします。
193193

194-
詳細については、[Testing Recipes](/docs/testing-recipes.html) をご覧ください。
194+
詳細については、[テストのレシピ集](/docs/testing-recipes.html) をご覧ください。
195195

196196
### [Lint ルール](https://www.npmjs.com/package/eslint-plugin-react-hooks) は具体的に何を強制するのですか? {#what-exactly-do-the-lint-rules-enforce}
197197

content/docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ React コンポーネントをテストするのにはいくつか方法があ
3737
このセクションは 2 つのページに分かれます:
3838

3939
- [レシピ集](/docs/testing-recipes.html): React コンポーネントのテストを書く際の一般的なパターン集
40-
- [Environments](/docs/testing-environments.html): React コンポーネントのためのテスト環境をセットアップする際に考えること
40+
- [環境](/docs/testing-environments.html): React コンポーネントのためのテスト環境をセットアップする際に考えること

0 commit comments

Comments
 (0)