From 8310742629603728d5a1b76328e0aef0de131d3a Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Sat, 8 Mar 2025 15:43:07 +0530 Subject: [PATCH] Make the high school algebra (Intro CS prerequisite) link consistent with the FAQ Change the link in the prerequisite column of the Intro CS course to point to the FAQ about high school math, and not to Khan academy, to keep things consistent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 276b377..1f303de 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ This course will introduce you to the world of computer science and programming. Courses | Duration | Effort | Prerequisites | Discussion :-- | :--: | :--: | :--: | :--: -[Introduction to Computer Science and Programming using Python](coursepages/intro-cs/README.md) | 14 weeks | 6-10 hours/week | [high school algebra](https://www.khanacademy.org/math/algebra-home) | [chat](https://discord.gg/jvchSm9) +[Introduction to Computer Science and Programming using Python](coursepages/intro-cs/README.md) | 14 weeks | 6-10 hours/week | [high school algebra](FAQ.md#how-can-i-review-the-math-prerequisites) | [chat](https://discord.gg/jvchSm9) ## Core CS