From 7f6c76ca3d9d5f8a8b373bdab4911ff60064d7c0 Mon Sep 17 00:00:00 2001 From: AKU Date: Mon, 6 Dec 2021 16:01:09 +0000 Subject: [PATCH] Fix README.md link Signed-off-by: AKU --- challenges/2021/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/2021/README.md b/challenges/2021/README.md index a587cc0..c6458cf 100644 --- a/challenges/2021/README.md +++ b/challenges/2021/README.md @@ -15,7 +15,7 @@ Solutions to the [2021 Advent of Code](https://adventofcode.com/2021). | 03 - Binary Diagnostic | Complete | [Python](03-binaryDiagnostic/py), [Nim](03-binaryDiagnostic/nim) | Bit twiddling aplenty! | | 04 - Giant Squid | Complete | [Python](04-giantSquid/py) | B-I-N-G-O, B-I-N-G-O, B-I-N-G-O and Bingo was his name-o! | | 05 - Hydrothermal Venture | Complete | [Python](05-hydrothermalVenture/py), [Go](05-hydrothermalVenture/go) | Pointy. | -| 06 - Lanternfish | Complete | [Python](06-lanternfish) | At this rate, the mass of the fish would surpass that of the Earth pretty quickly. | +| 06 - Lanternfish | Complete | [Python](06-lanternfish/py) | At this rate, the mass of the fish would surpass that of the Earth pretty quickly. |