From e104e7f8625fb1eab232cb92330a125592fdf7e4 Mon Sep 17 00:00:00 2001 From: t4k3t0 <94347052+t4k3t0@users.noreply.github.com> Date: Wed, 15 Feb 2023 03:53:54 +0900 Subject: [PATCH] Update README.ja.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit リンク切れ修正 Correction of broken links --- 3-terrarium/1-intro-to-html/translations/README.ja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-terrarium/1-intro-to-html/translations/README.ja.md b/3-terrarium/1-intro-to-html/translations/README.ja.md index 2adfcc09..f5bb0ef6 100644 --- a/3-terrarium/1-intro-to-html/translations/README.ja.md +++ b/3-terrarium/1-intro-to-html/translations/README.ja.md @@ -106,7 +106,7 @@ HTML では、.html ファイルにタグを追加して Web ページの要素 閉じタグを必要としない html タグの一つに `` タグがあります。なぜなら、ページがアイテムをレンダリングするために必要なすべての情報を含む `src` 要素を持っているからです。 -アプリ内に `images` というフォルダを作成し、その中に[ソースコードフォルダ](../solution/images)内のすべての画像を追加します (植物の画像が14枚あります)。 +アプリ内に `images` というフォルダを作成し、その中に[ソースコードフォルダ](../../solution/images)内のすべての画像を追加します (植物の画像が14枚あります)。 ### タスク