From 9fc8f8d8642c4f3f149dd3bbc4f988118644c6e2 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sat, 3 Dec 2022 03:10:02 +0100 Subject: [PATCH] fixed md links --- 1/README.md | 2 +- 2/README.md | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/1/README.md b/1/README.md index 5b458c9..b7f8599 100644 --- a/1/README.md +++ b/1/README.md @@ -1,4 +1,4 @@ -# [https://adventofcode.com/2022/day/1](Day 1) +# [Day 1](https://adventofcode.com/2022/day/1) ```shell # Find the Elf carrying the most Calories. How many total Calories is that Elf carrying? awk -f day1-1.awk input.txt diff --git a/2/README.md b/2/README.md index 67181c0..47666f4 100644 --- a/2/README.md +++ b/2/README.md @@ -1,4 +1,4 @@ -# [https://adventofcode.com/2022/day/2](Day 2) +# [Day 2](https://adventofcode.com/2022/day/2) ```shell # What would your total score be if everything goes exactly according to your strategy guide? diff --git a/README.md b/README.md index 71efe8f..225e128 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Advent of code 2022 -This is a repository for my solutions for the [https://adventofcode.com/2022](advent of code 2022). +This is a repository for my solutions for the [advent of code 2022](https://adventofcode.com/2022). I will try to use as many different languages am not necessarily trying to do it the best or most efficient way, Also, checkout the repositories of my friends who do stuff in go and Visual Basic: -- [https://git.quintern.xyz/TheShinyMelon/AOC_2022](Daniel) -- [https://github.com/JonasBordewick/advent_of_code_2022](Jonas) +- [Daniel](https://git.quintern.xyz/TheShinyMelon/AOC_2022) +- [Jonas](https://github.com/JonasBordewick/advent_of_code_2022)