From 3ddb4021f40af7af9c4f56e66bb35be5f4ce85b9 Mon Sep 17 00:00:00 2001
From: Daniel Kibblewhite <daniel2.kibblewhite@live.uwe.ac.uk>
Date: Wed, 13 Nov 2024 11:05:25 +0000
Subject: [PATCH] fixed stupid photo error in md file

---
 ws1/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ws1/README.md b/ws1/README.md
index 9d3d9b3..b2654d4 100644
--- a/ws1/README.md
+++ b/ws1/README.md
@@ -90,11 +90,11 @@ In order to show that this code runs, I have included two photos:
 
 - **Photo 1**: 
   Shows what happens when someone enters a number that is outside of the validation rule.
-  ![Photo Outside Of Validation Rule](os_worksheet/ws1/Task2_full.jpg)
+  ![Photo Outside Of Validation Rule](https://gitlab.uwe.ac.uk/uwe/os_worksheet/-/blob/master/ws1/Task2_error.jpg)
 
 - **Photo 2**:
   Shows the full code working.
-  ![Fully Working Code](os_worksheet/ws1/Task2_full.jpg)
+  ![Fully Working Code](https://gitlab.uwe.ac.uk/uwe/os_worksheet/-/blob/master/ws1/Task2_full.jpg)
 
 ## Further Steps & Conclusion
 
-- 
GitLab