diff --git a/Part 1.1 - Introduction.md b/Part 1.1 - Introduction.md
index a7e72b55cde4c85ce1a83ba0bf74090f8595b3f8..3930aba90442b33300474cb10ab9108e2e9d3d39 100644
--- a/Part 1.1 - Introduction.md	
+++ b/Part 1.1 - Introduction.md	
@@ -374,6 +374,6 @@ Next let's discuss briefly about exeptions and error handling. Sometimes a proce
 It's also good to recognize when an procedures only observes data and when it might modify it. Similarly, for example, printing to a screen and printer changes the physical world irreversibly, even if the computation would be reversed.
 
 
-Now do the exercises for part 1 in ViLLE, and then continue to ![Part 2.1 - Contract-Based Programming](Part%202.1%20-%20Contract-Based%20Programming.md).
+Now do the exercises for part 1 in ViLLE, and then continue to [Part 2.1 - Contract-Based Programming](Part%202.1%20-%20Contract-Based%20Programming.md).