From 5022a4aa719bdd7fada4d549faa98fe5f5fbc068 Mon Sep 17 00:00:00 2001 From: amin Date: Tue, 4 Jun 2024 02:38:53 +0100 Subject: [PATCH] docs: fix bad link --- subjects/ascii-art/color/README.md | 2 +- subjects/ascii-art/color/audit/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/ascii-art/color/README.md b/subjects/ascii-art/color/README.md index d1a056d32..5f31fe4c7 100644 --- a/subjects/ascii-art/color/README.md +++ b/subjects/ascii-art/color/README.md @@ -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 : diff --git a/subjects/ascii-art/color/audit/README.md b/subjects/ascii-art/color/audit/README.md index f9cc3e21b..ceb21db19 100644 --- a/subjects/ascii-art/color/audit/README.md +++ b/subjects/ascii-art/color/audit/README.md @@ -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" `.