From d79f726f48edf072392c2322b2e0616f260a7891 Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 30 Nov 2021 14:21:43 +0000 Subject: [PATCH] fixing the links in ascii art --- .../{reverse/example.md => examples/README.md} | 0 subjects/ascii-art/reverse/audit.md | 18 +++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) rename subjects/ascii-art/{reverse/example.md => examples/README.md} (100%) diff --git a/subjects/ascii-art/reverse/example.md b/subjects/ascii-art/examples/README.md similarity index 100% rename from subjects/ascii-art/reverse/example.md rename to subjects/ascii-art/examples/README.md diff --git a/subjects/ascii-art/reverse/audit.md b/subjects/ascii-art/reverse/audit.md index 939ffb77..dddc24bc 100644 --- a/subjects/ascii-art/reverse/audit.md +++ b/subjects/ascii-art/reverse/audit.md @@ -2,7 +2,7 @@ ###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/)) -##### Try passing to the reverse flag `"--reverse example00.txt"` the [example 00](example.md). +##### Try passing to the reverse flag `"--reverse example00.txt"` the [example 00](../examples/README.md). ``` Usage: go run . [OPTION] @@ -12,49 +12,49 @@ EX: go run . --reverse= ###### Does it display the same result as above? -##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](example.md). +##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](../examples/README.md). `Hello World` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](example.md). +##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](../examples/README.md). `123` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](example.md). +##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](../examples/README.md). `#=\[` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](example.md). +##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](../examples/README.md). `something&234` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](example.md). +##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](../examples/README.md). `abcdefghijklmnopqrstuvwxyz` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](example.md). +##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](../examples/README.md). `\!" #$%&'()*+,-./` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](example.md). +##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](../examples/README.md). `:;{=}?@` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](example.md). +##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](../examples/README.md). `ABCDEFGHIJKLMNOPQRSTUVWXYZ`