From f6b75e38a5de2a8bb098c2f21af9189bf6316075 Mon Sep 17 00:00:00 2001 From: Peter Anning <22272449+peteanning@users.noreply.github.com> Date: Sun, 6 Nov 2022 11:00:21 +0000 Subject: [PATCH] docs: fix broken internal link to aoc-cli setup (#5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 416ef49..7c66a56 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ When editing a solution, `rust-analyzer` will display buttons for running / debu ### Download input for a day > **Note** -> This command requires [installing the aoc-cli crate](#download-inputs-via-aoc-cli). +> This command requires [installing the aoc-cli crate](#download-puzzle-inputs-via-aoc-cli). ```sh # example: `cargo download 1`