Skip to content

Commit

Permalink
fix: update broken links in audit/README.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Sep 11, 2023
1 parent 0f992e8 commit 6ecb4ec
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion subjects/ascii-art-web/dockerize/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/ascii-art-web/export-file/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/ascii-art-web/stylize/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/advanced-features/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/authentication/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/image-upload/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/moderation/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/security/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/groupie-tracker/filters/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/groupie-tracker/geolocalization/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/groupie-tracker/search-bar/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/groupie-tracker/visualizations/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion subjects/make-your-game/different-maps/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/make-your-game/history/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion subjects/make-your-game/score-handling/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 6ecb4ec

Please sign in to comment.