fix: replace git.io links

This commit is contained in:
Felix Spöttel
2022-04-26 09:11:57 +02:00
parent fc9f90c9c2
commit 37b2027a99
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ Generated from [fspoettel/advent-of-code-rust](https://github.com/fspoettel/adve
Individual solutions live in the `./src/bin` directory as separate binaries.
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.
Every [solution](https://github.com/fspoettel/advent-of-code-rust/blob/master/bin/scaffold#L21-L52) 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