From 70cb172d6bb746ec5fed1c71e58c52fade16f810 Mon Sep 17 00:00:00 2001 From: Bastien Wermeille <bastien.wermeille@epfl.ch> Date: Wed, 18 Sep 2019 18:08:52 +0000 Subject: [PATCH] Fix link to tools setup --- 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 6d95a9b..dad0b1b 100644 --- a/week1/01-example.md +++ b/week1/01-example.md @@ -4,7 +4,7 @@ The goal of this assignment is to familiarize yourself with the infrastructure a ## Part 1: Obtaining the Project Files -First, make sure you've followed the [Tools Setup](tools-setup.md) page. +First, make sure you've followed the [Tools Setup](week1/00-tools-setup.md) page. **At this point, we strongly encourage you to take the time to read at least the first three chapters of the [Git Book](https://git-scm.com/book/en/v2). If you just copy-paste the commands we give you without understanding them, it's likely that you'll make a mistake somewhere and waste time. Git can be a huge productivity enhancer when used correctly, so it's definitely worth the investment!** -- GitLab