From ec277e773ce458318d8b10fa8e122ab67156e545 Mon Sep 17 00:00:00 2001
From: cprutean <cip.pruteanu@ed.ac.uk>
Date: Fri, 8 Sep 2023 23:28:19 +0100
Subject: [PATCH] Update file CodeExamples.ipynb

---
 CodeExamples/CodeExamples.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CodeExamples/CodeExamples.ipynb b/CodeExamples/CodeExamples.ipynb
index 9ef043d..75bf0e5 100644
--- a/CodeExamples/CodeExamples.ipynb
+++ b/CodeExamples/CodeExamples.ipynb
@@ -143,11 +143,11 @@
     "Some more advanced examples using extensive OOP.\n",
     "\n",
     "> [Vector](Vectors.ipynb): A more complete Vector3d class than presented in the notes with some more complex Python constructs.  \n",
-    "> [Molecule](Molecule.ipynb): A part of the solution to optional checkpoint 6 with some more additional ```Python``` concepts.  \n",
+    "> [Molecule](Molecule.ipynb): A part of the solution to optional [Checkpoint 6](../Checkpoints/Checkpoint6.ipynb) with some more additional ```Python``` concepts.  \n",
     "\n",
     "Data supplied\n",
     "\n",
-    "> [oxygen.data](oxygen.data): Data for a single oxyxen atom to test [Molecule](Molecule.ipynb)  \n",
+    "> [oxygen.data](oxygen.data): Data for a single oxygen atom to test [Molecule](Molecule.ipynb)  \n",
     "> [water.data](water.data): Data for water molecule to test [Molecule](Molecule.ipynb)  \n",
     "\n",
     "\n",
-- 
GitLab