From 3ed90369562d987bc3a3ba89d8b51f6e50e1476d Mon Sep 17 00:00:00 2001
From: Philip J Clark <Philip.Clark@cern.ch>
Date: Mon, 25 Sep 2023 15:26:28 +0100
Subject: [PATCH] more broken links fixed

---
 WeeklyTasks/Week1.ipynb |  7 ++++++-
 WeeklyTasks/Week2.ipynb | 10 +++++-----
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/WeeklyTasks/Week1.ipynb b/WeeklyTasks/Week1.ipynb
index 046e752..c30edec 100644
--- a/WeeklyTasks/Week1.ipynb
+++ b/WeeklyTasks/Week1.ipynb
@@ -68,7 +68,7 @@
     "1. Complete the on-line [MCQ Test 1](https://www.learn.ed.ac.uk/ultra/courses/_108405_1/outline/assessment/_9430135_1/overview?courseId=_108405_1) in Learn.\n",
     "    - These self-test multiple-choice questions are to help you check your understanding of the course material. They are purely formative to help you and they do not count towards the assessment for the course.\n",
     "2. Please watch the following online mini-lecture:\n",
-    "    - [SciProg - L02 - Adding Structure using functions (video)](https://ed-ac-uk.zoom.us/rec/share/zOy03-qGQiinUqbrxFLDvytIvqRvhl7vnh1sq29zMD0tXhtyZkMcPLLtfK3F208n.D_fLStkzPUU6xdx6) \n",
+    "    - [SciProg - L02 - Adding Structure using functions (video)](https://ed-ac-uk.zoom.us/rec/share/4KGc7RWfsL0k8k7JxI5jyiVBdf_eMGDxdry5jsz3xpvPu6EReL9BO74TlKh5qcDR.aXNq9P93PsIvzhWb?startTime=1663587375000) \n",
     "    - [SciProg - L02 - Adding Structure using functions (pdf)](../Slides/sciprog-L02-structure.pdf)\n",
     "3. Read the following section of the notes:\n",
     "    - [Random Numbers](../CourseNotes/random.ipynb)\n",
@@ -78,6 +78,11 @@
     "5. Continue your journey through this course by looking at [Week 2](Week2.ipynb).\n",
     "\n"
    ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": []
   }
  ],
  "metadata": {
diff --git a/WeeklyTasks/Week2.ipynb b/WeeklyTasks/Week2.ipynb
index de5b442..257844a 100644
--- a/WeeklyTasks/Week2.ipynb
+++ b/WeeklyTasks/Week2.ipynb
@@ -10,7 +10,7 @@
     "## Online mini-lecture\n",
     "\n",
     "Please watch the following online mini-lecture:\n",
-    "- [SciProg - L02 - Adding Structure using functions (video)](https://ed-ac-uk.zoom.us/rec/share/zOy03-qGQiinUqbrxFLDvytIvqRvhl7vnh1sq29zMD0tXhtyZkMcPLLtfK3F208n.D_fLStkzPUU6xdx6) \n",
+    "- [SciProg - L02 - Adding Structure using functions (video)](https://ed-ac-uk.zoom.us/rec/share/4KGc7RWfsL0k8k7JxI5jyiVBdf_eMGDxdry5jsz3xpvPu6EReL9BO74TlKh5qcDR.aXNq9P93PsIvzhWb?startTime=1663587375000) \n",
     "- [SciProg - L02 - Adding Structure using functions (pdf)](../Slides/sciprog-L02-structure.pdf)\n",
     "\n",
     "## Course notes\n",
@@ -30,10 +30,10 @@
     "\n",
     "In the workshop you should:\n",
     "\n",
-    "1. If you have not had [Checkpoint 1](../Checkpoints/Checkpoint1.ipynb) assessed, do this first;\n",
-    "2. Work through the example codes in the Functions and Conditionals folders and ensure they work and that you understand them.\n",
-    "3. Do [Checkpoint 2](../Checkpoints/Checkpoint2.ipynb)\n",
-    "4. Have Checkpoint 2 assessed and checked off by a TA.\n",
+    "\n",
+    "1. Work through the example codes in the Functions and Conditionals folders and ensure they work and that you understand them.\n",
+    "2. Do [Checkpoint 2](../Checkpoints/Checkpoint2.ipynb)\n",
+    "3. Have Checkpoint 2 assessed and checked off by a TA.\n",
     "\n",
     "\n",
     "## To do next\n",
-- 
GitLab