fix: update broken links in `audit/README.md` files

This commit is contained in:
nprimo 2023-09-11 11:10:43 +01:00 committed by Niccolò Primo
parent b5a5840968
commit 29b2fc9d6f
16 changed files with 16 additions and 16 deletions

View File

@ -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?

View File

@ -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?

View File

@ -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

View File

@ -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?

View File

@ -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

View File

@ -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?

View File

@ -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?

View File

@ -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?

View File

@ -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?

View File

@ -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?

View File

@ -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?

View File

@ -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

View File

@ -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?

View File

@ -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?

View File

@ -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?

View File

@ -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?