From 25668ee1ced5f4f82a9d6023c8510bbd941f3852 Mon Sep 17 00:00:00 2001 From: Raphael Ramchandani <93639775+raphaelramchandani@users.noreply.github.com> Date: Tue, 8 Sep 2026 22:47:03 +0200 Subject: [PATCH] Fix link in part1d.md --- src/content/1/en/part1d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/1/en/part1d.md b/src/content/1/en/part1d.md index b32a7df131a..432ce065ce1 100644 --- a/src/content/1/en/part1d.md +++ b/src/content/1/en/part1d.md @@ -1123,7 +1123,7 @@ The internet is full of React-related material. However, we use the new style of You may find the following links useful: - The [official React documentation](https://react.dev/learn) is worth checking out at some point, although most of it will become relevant only later on in the course. Also, everything related to class-based components is irrelevant to us; -- Some courses on [Egghead.io](https://egghead.io) like [Start learning React](https://egghead.io/courses/start-learning-react) are of high quality, and the recently updated [Beginner's Guide to React](https://egghead.io/courses/the-beginner-s-guide-to-reactjs) is also relatively good; both courses introduce concepts that will also be introduced later on in this course. **NB** The first one uses class components but the latter uses the new functional ones. +- Some courses on [Egghead.io](https://egghead.io) like [Start learning React](https://egghead.io/courses/start-learning-react) are of high quality, and the recently updated [Beginner's Guide to React](https://egghead.io/courses/the-beginner-s-guide-to-react) is also relatively good; both courses introduce concepts that will also be introduced later on in this course. **NB** The first one uses class components but the latter uses the new functional ones. ### Web Programmer's Oath