Skip to content

Commit

Permalink
docs: fix bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
amin authored and zanninso committed Jun 6, 2024
1 parent 9fbedda commit 5022a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subjects/ascii-art/color/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Additionally, the program must still be able to run with a single `[STRING]` arg

### Allowed packages

- Only the [standard Go](https://pkg.go.dev/std) packages are allowed
- Only the [standard Go](https://golang.org/pkg) packages are allowed

This project will help you learn about :

Expand Down
2 changes: 1 addition & 1 deletion subjects/ascii-art/color/audit/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### Functional

###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://pkg.go.dev/std))
###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/) )

##### Try passing as arguments `--color red "banana" `.

Expand Down

0 comments on commit 5022a4a

Please sign in to comment.