From 69169fafbbafea544ef55da65fb81c30089298c0 Mon Sep 17 00:00:00 2001 From: Guillaume Martres <smarter@ubuntu.com> Date: Wed, 18 Sep 2019 13:41:23 +0200 Subject: [PATCH] Order files --- README.md | 4 ++-- week1/{tools-setup.md => 00-tools-setup.md} | 0 week1/{example.md => 01-example.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename week1/{tools-setup.md => 00-tools-setup.md} (100%) rename week1/{example.md => 01-example.md} (100%) diff --git a/README.md b/README.md index 2bf21c8..344d573 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ We will use GitLab's issue tracker as a discussion forum. Feel free to [open an # IMPORTANT: First week tasks 1. [Click here to complete the Doodle to register to the recitation sessions](https://doodle.com/poll/x3iyh8czww2pcat9) -2. Follow the [Tools Setup](week1/tools-setup.md) page. -3. Do the [example assignment](week1/example.md) (not online yet, check back later). +2. Follow the [Tools Setup](week1/00-tools-setup.md) page. +3. Do the [example assignment](week1/01-example.md) (not online yet, check back later). 4. Do the first graded assignment (not online yet, check back later) ## Grading diff --git a/week1/tools-setup.md b/week1/00-tools-setup.md similarity index 100% rename from week1/tools-setup.md rename to week1/00-tools-setup.md diff --git a/week1/example.md b/week1/01-example.md similarity index 100% rename from week1/example.md rename to week1/01-example.md -- GitLab