From 7430afb606284ee60ef4ce0c054c2772c6b3e33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Wed, 29 Dec 2021 15:29:05 +0100 Subject: [PATCH] docs: link solution template in scaffold section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e287ce..cc97d6d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Generated with the [advent-of-code-rust](https://github.com/fspoettel/advent-of- # 🎄 Type `cargo run --bin 01` to run your solution. ``` -Every solution has _unit tests_ referencing the _example_ file. Use these tests to develop and debug your solution. When editing a solution, `rust-analyzer` will display buttons for these actions above the unit tests. +Every [solution](https://git.io/JyXa8) has _unit tests_ referencing the _example_ file. Use these tests to develop and debug your solution. When editing a solution, `rust-analyzer` will display buttons for these actions above the unit tests. ### Download inputs for a day