diff --git a/3-terrarium/translations/README.ja.md b/3-terrarium/translations/README.ja.md
index af8ca18e..7c0ef58e 100644
--- a/3-terrarium/translations/README.ja.md
+++ b/3-terrarium/translations/README.ja.md
@@ -6,9 +6,9 @@
# レッスン
-1. [HTML 入門](../1-intro-to-html/translations/README.ja)
-2. [CSS 入門](../2-intro-to-css/translations/README.ja)
-3. [DOM の操作とクロージャ](../3-intro-to-DOM-and-closures/translations/README.ja)
+1. [HTML 入門](../1-intro-to-html/translations/README.ja.md)
+2. [CSS 入門](../2-intro-to-css/translations/README.ja.md)
+3. [DOM の操作とクロージャ](../3-intro-to-DOM-and-closures/translations/README.ja.md)
## クレジット
diff --git a/5-browser-extension/2-forms-browsers-local-storage/translations/README.ja.md b/5-browser-extension/2-forms-browsers-local-storage/translations/README.ja.md
index c6ff28b9..257fdf1b 100644
--- a/5-browser-extension/2-forms-browsers-local-storage/translations/README.ja.md
+++ b/5-browser-extension/2-forms-browsers-local-storage/translations/README.ja.md
@@ -12,7 +12,7 @@
### 拡張機能で操作する要素の設定:
-この時点で、フォーム用の HTML とブラウザ拡張機能用の結果 `
` が構築されています。これからは、`/src/index.js` ファイルを使って少しずつ拡張機能を構築していく必要があります。プロジェクトのセットアップとビルドのプロセスについては [前のレッスン](/5-browser-extension/1-about-browsers/translations/README.ja) を参照してください。
+この時点で、フォーム用の HTML とブラウザ拡張機能用の結果 `
` が構築されています。これからは、`/src/index.js` ファイルを使って少しずつ拡張機能を構築していく必要があります。プロジェクトのセットアップとビルドのプロセスについては [前のレッスン](/5-browser-extension/1-about-browsers/translations/README.ja.md) を参照してください。
`index.js` ファイルの中で作業を行うには、様々なフィールドに関連付けられた値を保持するための `const` 変数を作成することから始めます。
diff --git a/7-bank-project/2-forms/translations/README.ja.md b/7-bank-project/2-forms/translations/README.ja.md
index 619254b5..d92e307b 100644
--- a/7-bank-project/2-forms/translations/README.ja.md
+++ b/7-bank-project/2-forms/translations/README.ja.md
@@ -12,7 +12,7 @@
### 前提条件
-このレッスンでは、Web アプリの [HTML テンプレートとルーティング](../../1-template-route/translations/README.ja)が完了している必要があります。また、アカウントを作成するためのデータを送信できるように、ローカルに [Node.js](https://nodejs.org/ja) と[サーバー API を実行する](../../api/translations/README.ja.md)をインストールする必要があります。
+このレッスンでは、Web アプリの [HTML テンプレートとルーティング](../../1-template-route/translations/README.ja.md)が完了している必要があります。また、アカウントを作成するためのデータを送信できるように、ローカルに [Node.js](https://nodejs.org/ja) と[サーバー API を実行する](../../api/translations/README.ja.md)をインストールする必要があります。
ターミナルでこのコマンドを実行することで、サーバーが正常に動作していることを確認することができます。