From 68cb4c23fea0b551bd44d6db000a48017390a8b7 Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:33:06 +0100 Subject: [PATCH] Update 015variables.ipynb.py Software Carpentry pages have changed their formats - no longer using index.html for each episode. --- ch01python/015variables.ipynb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch01python/015variables.ipynb.py b/ch01python/015variables.ipynb.py index 8933da51..d41f7d6a 100644 --- a/ch01python/015variables.ipynb.py +++ b/ch01python/015variables.ipynb.py @@ -128,7 +128,7 @@ # %% [markdown] # *Supplementary Materials*: There's more on variables at -# [Software Carpentry](https://swcarpentry.github.io/python-novice-inflammation/01-intro/index.html). +# [Software Carpentry](https://swcarpentry.github.io/python-novice-inflammation/01-intro.html). # %% [markdown] # ## Reassignment and multiple labels