From b063db78b509b7f2aad079a857790411373ffc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= <timothee.floure@posteo.net> Date: Wed, 18 Sep 2019 16:05:18 +0200 Subject: [PATCH] Fix submission doc file index --- week1/01-example.md | 2 +- ...0-grading-and-submission.md => 02-grading-and-submission.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename week1/{00-grading-and-submission.md => 02-grading-and-submission.md} (100%) diff --git a/week1/01-example.md b/week1/01-example.md index b013bb7..5799e86 100644 --- a/week1/01-example.md +++ b/week1/01-example.md @@ -213,4 +213,4 @@ Inside this file, you can type any line of code you would type in the REPL. To r ## Part 5: Submitting your Solution -[Click here to learn how to submit your assignment.](00-grading-and-submission.md) +[Click here to learn how to submit your assignment.](02-grading-and-submission.md) diff --git a/week1/00-grading-and-submission.md b/week1/02-grading-and-submission.md similarity index 100% rename from week1/00-grading-and-submission.md rename to week1/02-grading-and-submission.md -- GitLab