diff --git a/week1/01-example.md b/week1/01-example.md
index 5d8cc4d9dcdbb61acfc0e3a3e8199c1690c39f3a..5860137405f6ca41bfc399c0fcd15287486a78c7 100644
--- a/week1/01-example.md
+++ b/week1/01-example.md
@@ -60,7 +60,7 @@ sbt
 
 Once it's finished starting (this may take a while), you'll be able to enter sbt commands. You can compile your project using `compile` and run the tests with `test`. Note that if compilation fails, no tests will be run. The first time you will run test in an assignment you should see many errors: that's normal, your job is to make the tests pass! To do this, it's useful to understand in details what the test output means, here's an example:
 
-![](sbt-test-error.png)
+![](images/sbt-test-error.png)
 
 This tells us several things: