From 29b2fc9d6f426592c6bc54ec5e1d6dfab528ed21 Mon Sep 17 00:00:00 2001 From: nprimo Date: Mon, 11 Sep 2023 11:10:43 +0100 Subject: [PATCH] fix: update broken links in `audit/README.md` files --- subjects/ascii-art-web/dockerize/audit/README.md | 2 +- subjects/ascii-art-web/export-file/audit/README.md | 2 +- subjects/ascii-art-web/stylize/audit/README.md | 2 +- subjects/forum/advanced-features/audit/README.md | 2 +- subjects/forum/authentication/audit/README.md | 2 +- subjects/forum/image-upload/audit/README.md | 2 +- subjects/forum/moderation/audit/README.md | 2 +- subjects/forum/security/audit/README.md | 2 +- subjects/groupie-tracker/filters/audit/README.md | 2 +- subjects/groupie-tracker/geolocalization/audit/README.md | 2 +- subjects/groupie-tracker/search-bar/audit/README.md | 2 +- subjects/groupie-tracker/visualizations/audit/README.md | 2 +- subjects/make-your-game/different-maps/audit/README.md | 2 +- subjects/make-your-game/history/audit/README.md | 2 +- subjects/make-your-game/score-handling/audit/README.md | 2 +- subjects/real-time-forum/typing-in-progress/audit/README.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/subjects/ascii-art-web/dockerize/audit/README.md b/subjects/ascii-art-web/dockerize/audit/README.md index 835affeee..e58d012a6 100644 --- a/subjects/ascii-art-web/dockerize/audit/README.md +++ b/subjects/ascii-art-web/dockerize/audit/README.md @@ -51,7 +51,7 @@ student$ ###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Is there a test file for this code? diff --git a/subjects/ascii-art-web/export-file/audit/README.md b/subjects/ascii-art-web/export-file/audit/README.md index b8dd2d2ca..11c341ac1 100644 --- a/subjects/ascii-art-web/export-file/audit/README.md +++ b/subjects/ascii-art-web/export-file/audit/README.md @@ -22,7 +22,7 @@ #### Basic -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Are the instructions in the website clear? diff --git a/subjects/ascii-art-web/stylize/audit/README.md b/subjects/ascii-art-web/stylize/audit/README.md index c4c3cb89e..4722741b9 100644 --- a/subjects/ascii-art-web/stylize/audit/README.md +++ b/subjects/ascii-art-web/stylize/audit/README.md @@ -22,7 +22,7 @@ ###### +Is the output of the program well structured? Is the output aligned, without any letter out of line? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? #### Social diff --git a/subjects/forum/advanced-features/audit/README.md b/subjects/forum/advanced-features/audit/README.md index 5cf85fbe6..6dfd25d77 100644 --- a/subjects/forum/advanced-features/audit/README.md +++ b/subjects/forum/advanced-features/audit/README.md @@ -46,7 +46,7 @@ ###### +Does the project runs quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Is there a test file for this code? diff --git a/subjects/forum/authentication/audit/README.md b/subjects/forum/authentication/audit/README.md index 4933a7151..d19a96913 100644 --- a/subjects/forum/authentication/audit/README.md +++ b/subjects/forum/authentication/audit/README.md @@ -36,7 +36,7 @@ ###### +Does the project run quickly and effectively (favoring of recursion, no unnecessary data requests, etc.)? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? #### Social diff --git a/subjects/forum/image-upload/audit/README.md b/subjects/forum/image-upload/audit/README.md index d13282054..63e85b9ea 100644 --- a/subjects/forum/image-upload/audit/README.md +++ b/subjects/forum/image-upload/audit/README.md @@ -28,7 +28,7 @@ #### Basic -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Are the instructions in the website clear? diff --git a/subjects/forum/moderation/audit/README.md b/subjects/forum/moderation/audit/README.md index e7fa5f3f6..cee465b02 100644 --- a/subjects/forum/moderation/audit/README.md +++ b/subjects/forum/moderation/audit/README.md @@ -46,7 +46,7 @@ #### Basic -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Are the instructions in the website clear? diff --git a/subjects/forum/security/audit/README.md b/subjects/forum/security/audit/README.md index 7687a68c4..3a129eba0 100644 --- a/subjects/forum/security/audit/README.md +++ b/subjects/forum/security/audit/README.md @@ -38,7 +38,7 @@ ###### +Does the project runs quickly and effectively? (no unnecessary data requests, etc) -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Is there a test file for this code? diff --git a/subjects/groupie-tracker/filters/audit/README.md b/subjects/groupie-tracker/filters/audit/README.md index deb33ea25..65bd4f7c2 100644 --- a/subjects/groupie-tracker/filters/audit/README.md +++ b/subjects/groupie-tracker/filters/audit/README.md @@ -48,7 +48,7 @@ #### Basic -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Are the instructions in the website clear? diff --git a/subjects/groupie-tracker/geolocalization/audit/README.md b/subjects/groupie-tracker/geolocalization/audit/README.md index a692f6a53..a09d106f0 100644 --- a/subjects/groupie-tracker/geolocalization/audit/README.md +++ b/subjects/groupie-tracker/geolocalization/audit/README.md @@ -109,7 +109,7 @@ alabama usa #### Basic -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Are the instructions in the website clear? diff --git a/subjects/groupie-tracker/search-bar/audit/README.md b/subjects/groupie-tracker/search-bar/audit/README.md index 802f36813..9fe8d3b86 100644 --- a/subjects/groupie-tracker/search-bar/audit/README.md +++ b/subjects/groupie-tracker/search-bar/audit/README.md @@ -62,7 +62,7 @@ #### Basic -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Are the instructions in the website clear? diff --git a/subjects/groupie-tracker/visualizations/audit/README.md b/subjects/groupie-tracker/visualizations/audit/README.md index b617e23de..272d02dc6 100644 --- a/subjects/groupie-tracker/visualizations/audit/README.md +++ b/subjects/groupie-tracker/visualizations/audit/README.md @@ -28,7 +28,7 @@ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? #### Social diff --git a/subjects/make-your-game/different-maps/audit/README.md b/subjects/make-your-game/different-maps/audit/README.md index bb1e3791c..c473ece48 100644 --- a/subjects/make-your-game/different-maps/audit/README.md +++ b/subjects/make-your-game/different-maps/audit/README.md @@ -44,7 +44,7 @@ ###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Is the code using asynchronicity to increase performance? diff --git a/subjects/make-your-game/history/audit/README.md b/subjects/make-your-game/history/audit/README.md index b773bf4ef..218e969bc 100644 --- a/subjects/make-your-game/history/audit/README.md +++ b/subjects/make-your-game/history/audit/README.md @@ -38,7 +38,7 @@ ###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Is the code using asynchronicity to increase performance? diff --git a/subjects/make-your-game/score-handling/audit/README.md b/subjects/make-your-game/score-handling/audit/README.md index 0f6292bd6..c474d628c 100644 --- a/subjects/make-your-game/score-handling/audit/README.md +++ b/subjects/make-your-game/score-handling/audit/README.md @@ -44,7 +44,7 @@ ###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...) -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Is the code using asynchronicity to increase performance? diff --git a/subjects/real-time-forum/typing-in-progress/audit/README.md b/subjects/real-time-forum/typing-in-progress/audit/README.md index 02f7331c1..72d2011c7 100644 --- a/subjects/real-time-forum/typing-in-progress/audit/README.md +++ b/subjects/real-time-forum/typing-in-progress/audit/README.md @@ -30,7 +30,7 @@ ###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../../good-practices/README.md)? ###### +Is the code using synchronicity (Promises and Go routines/channels) to increase performance?