From bd97da536ea829f3ccd9b0fdc758142f6c55e189 Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 1 Apr 2022 10:20:57 +0100 Subject: [PATCH] changing the link to go-test repo --- subjects/quad/audit/README.md | 2 +- subjects/quadchecker/audit/README.md | 2 +- subjects/sudoku/audit/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/quad/audit/README.md b/subjects/quad/audit/README.md index e12dd548..7028fe8c 100644 --- a/subjects/quad/audit/README.md +++ b/subjects/quad/audit/README.md @@ -1,6 +1,6 @@ #### quadA -> ***NOTE: If you are an admin and you want to test this project, follow the instructions [in the this subject](../../raid-testing/README.md) before you proceed to the questions.*** +> ***NOTE: If you are an admin and you want to test this project, follow the instructions [in the this subject](https://github.com/01-edu/go-tests/blob/master/raid-testing.md) before you proceed to the questions.*** ##### Try running the function with the arguments: `"x=5 and y=3"` diff --git a/subjects/quadchecker/audit/README.md b/subjects/quadchecker/audit/README.md index da2f2c3b..c882b905 100644 --- a/subjects/quadchecker/audit/README.md +++ b/subjects/quadchecker/audit/README.md @@ -1,6 +1,6 @@ #### Quadrangle Checker -> ***NOTE: If you are an admin and you want to test this project, follow the instructions [in the this subject](../../raid-testing/README.md) before you proceed to the questions.*** +> ***NOTE: If you are an admin and you want to test this project, follow the instructions [in the this subject](https://github.com/01-edu/go-tests/blob/master/raid-testing.md) before you proceed to the questions.*** ##### Try running the program: `"./quadA 3 3 | ./quadchecker"` diff --git a/subjects/sudoku/audit/README.md b/subjects/sudoku/audit/README.md index 28cde95d..77f3f5a5 100644 --- a/subjects/sudoku/audit/README.md +++ b/subjects/sudoku/audit/README.md @@ -1,6 +1,6 @@ #### Sudoku -> ***NOTE: If you are an admin and you want to test this project, follow the instructions [in the this subject](../../raid-testing/README.md) before you proceed to the questions.*** +> ***NOTE: If you are an admin and you want to test this project, follow the instructions [in the this subject](https://github.com/01-edu/go-tests/blob/master/raid-testing.md) before you proceed to the questions.*** ##### Try running the program with the arguments: `".96.4...1" "1...6...4" "5.481.39." "..795..43" ".3..8...." "4.5.23.18" ".1.63..59" ".59.7.83." "..359...7"`