From a5a6e63e5c6d311fd50760d81a99cf06be3c0c0d Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:42:33 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 197c580..16a852c 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,8 @@ In the case you know Matlab check here: * [Symbolic Computation](sympy/intro/README.md) ## Numerical Integration, Differentiation, and Differential Equations -* [Integration and Differentiation](matlab/7/README.md) -* [Differential Equations](matlab/8/README.md) +* [Integration and Differentiation](numpy/7/README.md) +* [Differential Equations](numpy/8/README.md) ## Arduino * [Basics with Python / Matlab](arduino/basics/README.md)