From c11f2e31e2b870afbc0ad8e459cd08dc2fd002f8 Mon Sep 17 00:00:00 2001 From: Waciuma Wanjohi Date: Wed, 16 Sep 2020 22:12:06 -0500 Subject: [PATCH] Prerequisite section mention of high school math links to FAQ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d01cbf0..b6ac7da 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ just remember that you can't purchase success! ## Prerequisites -- [Core CS](#core-cs) assumes the student has already taken [high school math](https://www.khanacademy.org/math/high-school-math), including algebra, geometry, and pre-calculus. +- [Core CS](#core-cs) assumes the student has already taken [high school math](https://github.com/ossu/computer-science/blob/master/FAQ.md#how-can-i-review-the-math-prerequisites), including algebra, geometry, and pre-calculus. - [Advanced CS](#advanced-cs) assumes the student has already taken the entirety of Core CS and is knowledgeable enough now to decide which electives to take. - Note that [Advanced systems](#advanced-systems) assumes the student has taken a basic physics course (e.g. AP Physics in high school).