From 5e414d6777e040692ac826875877a485e352344a Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Mon, 15 May 2023 10:47:41 +0100 Subject: [PATCH] fix(guess-it): fix broken links in audits --- subjects/guess-it-1/audit/README.md | 2 +- subjects/guess-it-2/audit/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/guess-it-1/audit/README.md b/subjects/guess-it-1/audit/README.md index 3c7c487b9..8f33140fd 100644 --- a/subjects/guess-it-1/audit/README.md +++ b/subjects/guess-it-1/audit/README.md @@ -1,6 +1,6 @@ #### Functional -##### After downloading [this zip file](https://assets.01-edu.org/guess-the-number.zip) containing a tester, follow its instructions (present in the README) in order to test the student program against the `big-range` program 3 times using the `Data 1`. +##### After downloading [this zip file](https://assets.01-edu.org/guess-it/guess-it.zip) containing a tester, follow its instructions (present in the README) in order to test the student program against the `big-range` program 3 times using the `Data 1`. ###### Did the student won against `big-range` most of the times (at least 2 out of 3 times)? diff --git a/subjects/guess-it-2/audit/README.md b/subjects/guess-it-2/audit/README.md index 6923ee073..5d7ed9730 100644 --- a/subjects/guess-it-2/audit/README.md +++ b/subjects/guess-it-2/audit/README.md @@ -1,6 +1,6 @@ #### Functional -##### After downloading [this zip file](https://assets.01-edu.org/guess-the-number.zip) containing a tester, follow its instructions (present in the README) in order to test the student program against the `big-range` program 3 times using the `Data 4`. +##### After downloading [this zip file](https://assets.01-edu.org/guess-it/guess-it.zip) containing a tester, follow its instructions (present in the README) in order to test the student program against the `big-range` program 3 times using the `Data 4`. ###### Did the student won against `big-range` most of the times (at least 2 out of 3 times)?