From 612c33cdbbc5819c11d0ec5459abd2c366ce8bfe Mon Sep 17 00:00:00 2001 From: James Robinson Date: Fri, 27 Jan 2023 14:03:43 +0000 Subject: [PATCH] :bug: Fix software carpentry link --- .../01_00_introduction_to_python.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module01_introduction_to_python/01_00_introduction_to_python.ipynb b/module01_introduction_to_python/01_00_introduction_to_python.ipynb index 29dc7bc8..25f0d123 100644 --- a/module01_introduction_to_python/01_00_introduction_to_python.ipynb +++ b/module01_introduction_to_python/01_00_introduction_to_python.ipynb @@ -66,7 +66,7 @@ "Not just big scientific simulation codes, but also the small scripts which we use to tidy up data and produce plots.\n", "This should be code, so that the whole research pipeline is recorded for reproducibility.\n", "Data manipulation in spreadsheets is much harder to share or check.\n", - "There are many data analysis examples out there, like the on the [software carpentry site](https://swcarpentry.github.io/python-novice-inflammation/01-numpy/index.html)." + "There are many data analysis examples out there, like the on the [software carpentry site](https://swcarpentry.github.io/python-novice-inflammation/01-intro/index.html)." ] }, {