From 386bb2528b14ad4a361aa338c0e53f12432dbdb9 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Thu, 28 Aug 2025 15:51:47 +0100 Subject: [PATCH] Fix link for VScode Code Editor section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe8873e..7d32da00 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Our recommendation is to use [Visual Studio Code](https://code.visualstudio.com/ | 22 | [Banking App](./7-bank-project/solution/README.md) | Build a Login and Registration Form | Learn about building forms and handling validation routines | [Forms](./7-bank-project/2-forms/README.md) | Yohan | | 23 | [Banking App](./7-bank-project/solution/README.md) | Methods of Fetching and Using Data | How data flows in and out of your app, how to fetch it, store it, and dispose of it | [Data](./7-bank-project/3-data/README.md) | Yohan | | 24 | [Banking App](./7-bank-project/solution/README.md) | Concepts of State Management | Learn how your app retains state and how to manage it programmatically | [State Management](./7-bank-project/4-state-management/README.md) | Yohan | -| 25 | [Browser/VScode Code](./8-code-editor/) | Working with VScode | Learn how to Using a code editor| User VScode Code Editor](./8-code-editor/) | Chris | +| 25 | [Browser/VScode Code](./8-code-editor/) | Working with VScode | Learn how to Using a code editor| [Use VScode Code Editor](./8-code-editor/1-using-a-code-editor/README.md) | Chris | | 26 | [AI Assistants](./9-chat-project/README.md) | Working with AI | Learn how to build your own AI assistant | [AI Assistant project](./9-chat-project/README.md) | Chris | ## 🏫 Pedagogy