diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2020-09-04 20:12:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 04:12:43 -0700 |
commit | 82a830196f5a71ced413af302ce4dd12ec034782 (patch) | |
tree | 82e0ebffae637fb9954db7f5820ee1fbeb7450a6 /docs/ja/reference_glossary.md | |
parent | 6a79d99ea2d4c72200953b35d51bb9b9d784a54b (diff) |
fix link in docs/ja/*.md (#10232)
* fix link in docs/ja/feature_split_keyboard.md
* fix link in docs/ja/faq_build.md
* fix link in docs/ja/faq_general.md
* fix link in docs/ja/faq_keymap.md
* fix link in docs/ja/how_a_matrix_works.md
* fix link in docs/ja/reference_glossary.md
Diffstat (limited to 'docs/ja/reference_glossary.md')
-rw-r--r-- | docs/ja/reference_glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/reference_glossary.md b/docs/ja/reference_glossary.md index b33d846449..19791206f1 100644 --- a/docs/ja/reference_glossary.md +++ b/docs/ja/reference_glossary.md @@ -160,7 +160,7 @@ QMK にコードを送信するリクエスト。全てのユーザが個人の ## 単体テスト QMK に対して自動テストを実行するためのフレームワーク。単体テストは、変更が何も壊さないことを確信するのに役立ちます。 -* [単体テストドキュメント](unit_testing.md) +* [単体テストドキュメント](ja/unit_testing.md) ## USB ユニバーサルシリアルバス。キーボード用の最も一般的な有線インタフェース。 |