From 840d617dde3ebda287179e699473d0d1d9cfd0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Sun, 6 Nov 2022 12:02:15 +0100 Subject: [PATCH] docs: fix internal link to download command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c66a56..39d1556 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ cargo clippy 1. Install [`aoc-cli`](https://github.com/scarvalhojr/aoc-cli/) via cargo: `cargo install aoc-cli`. 2. Create an `.adventofcode.session` file in your home directory and paste your session cookie[^1] into it. To get this, press F12 anywhere on the Advent of Code website to open your browser developer tools. Look in your Cookies under the Application or Storage tab, and copy out the `session` cookie value. -Once installed, you can use the [download command](#download-inputs-for-a-day). +Once installed, you can use the [download command](#download-input-for-a-day). ### Enable clippy lints in CI