From 25f3422e6c8070bcb722413332fa3a0ed0c70de5 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:04:13 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5587808..e682e31 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a problem with the new versions of type anotations. ## Python: The Basics of the basics -* [Truth Value Testing](Truth_Value_Testing/README.md) +* [Truth Value Testing](python_basics/truth_value_testing/README.md) ## Numpy * [Beyond normal np.save](numpy_save_special/README.md)