From 86c10b44920c1c8aa6a52bef4e796140ce53b9b9 Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:24:59 +0900 Subject: [PATCH] Fix link in first page --- docs/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 05db3900c..9fd92485a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,20 +9,20 @@ sidebar_position: 0 ## 学習教材 -### 1. [Webプログラミングの基礎を学ぼう](/docs/trial-session/get-started) +### 1. [Webプログラミングの基礎を学ぼう](/docs/trial-session/) -### 2. [ブラウザで動作するアプリを構築しよう](/docs/browser-apps/inspector) +### 2. [ブラウザで動作するアプリを構築しよう](/docs/browser-apps/) -### 3. [Webサーバーが動作する仕組みを知ろう](/docs/web-servers/wsl-setup) +### 3. [Webサーバーが動作する仕組みを知ろう](/docs/web-servers/) -### 4. [現代のアプリを支える技術を学ぼう](/docs/advanced/fetch-api) +### 4. [現代のアプリを支える技術を学ぼう](/docs/advanced/) ## 演習問題 -### 5. [演習問題集](/docs/exercise/basis-of-web) +### 5. [演習問題集](/docs/exercise/) ## 参考資料 -### 6. [チーム開発を始める前に](/docs/team-development/git-workflow) +### 6. [チーム開発を始める前に](/docs/team-development/) ### 7. [その他](/docs/other)