From 6e234dba858fedfaf85a661ecdf19f57eab959fe Mon Sep 17 00:00:00 2001 From: Melvin Wang Date: Mon, 26 Dec 2022 12:39:44 -0500 Subject: [PATCH 1/2] fix "download command" link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 869f57d..98daedf 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ To read inputs for previous years, append the `--year/-y` flag. _(example: `carg 1. Install [`aoc-cli`](https://github.com/scarvalhojr/aoc-cli/) via cargo: `cargo install aoc-cli --version 0.7.0` 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-input-for-a-day). +Once installed, you can use the [download command](download-input--description-for-a-day). ### Check code formatting in CI From 868b52f52717f745551ed234c744b143e4584512 Mon Sep 17 00:00:00 2001 From: Melvin Wang Date: Mon, 26 Dec 2022 13:16:22 -0500 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98daedf..26851a4 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ To read inputs for previous years, append the `--year/-y` flag. _(example: `carg 1. Install [`aoc-cli`](https://github.com/scarvalhojr/aoc-cli/) via cargo: `cargo install aoc-cli --version 0.7.0` 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-input--description-for-a-day). +Once installed, you can use the [download command](#download-input--description-for-a-day). ### Check code formatting in CI