From ebdd3956688debf352a16d00be091e8a8a1f4c48 Mon Sep 17 00:00:00 2001 From: Daniel Kot <42589810+Dan-Kot@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:09:30 -0500 Subject: [PATCH] Fixed Discrete Math broken link on index --- docs/computer-science/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/computer-science/index.md b/docs/computer-science/index.md index 42cc4f9..32f94f8 100644 --- a/docs/computer-science/index.md +++ b/docs/computer-science/index.md @@ -135,7 +135,7 @@ Learn how computers actually works. You will build a simulated version of a comp *Timeline: 64 - 128 hours* -*Prerequisites: [Discrete Math](math/discrete-math/), [Program Design](program-design/)* +*Prerequisites: [Discrete Math](math/discrete-math/index.md), [Program Design](program-design/)* Get a perspective into why certain ways of solving a problem are better than others. Learn about complexity and theoretical limits of algorithms. Get an idea of what computers can or cannot do. These courses are the pillars of Computer Science. - [Theory](theory/index.md)