diff --git a/README.md b/README.md index 2258d8e..004f641 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ - [Day 9 - Disk Fragmenter](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day09) - [Day 10 - Hoof It](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day10) - [Day 11 - Plutonian Pebbles](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day11) -- [Day 12](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day12) -- [Day 13](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day13) +- [Day 12 - Garden Groups](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day12) +- [Day 13 - Claw Contraption](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day13) - [Day 14](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day14) - [Day 15](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day15) - [Day 16](https://github.com/Flashky/advent-of-code-2024/tree/master/src/main/java/com/adventofcode/flashk/day16) diff --git a/src/main/java/com/adventofcode/flashk/day12/README.md b/src/main/java/com/adventofcode/flashk/day12/README.md index ae22cb1..672e11a 100644 --- a/src/main/java/com/adventofcode/flashk/day12/README.md +++ b/src/main/java/com/adventofcode/flashk/day12/README.md @@ -1,3 +1,3 @@ -# Day 12: +# Day 12: Garden Groups [https://adventofcode.com/2024/day/12](https://adventofcode.com/2024/day/12)