From 86131c13c6a26265b5dd3e4df049048206687577 Mon Sep 17 00:00:00 2001 From: Guillaume Martres <smarter@ubuntu.com> Date: Wed, 18 Sep 2019 13:43:20 +0200 Subject: [PATCH] Fix image path --- week1/01-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week1/01-example.md b/week1/01-example.md index 5d8cc4d..5860137 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: - + This tells us several things: -- GitLab