Skip to content

Commit b66028a

Browse files
authored
docs: update links pointing to master
1 parent a674323 commit b66028a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cargo scaffold <day>
4646

4747
Individual solutions live in the `./src/bin/` directory as separate binaries.
4848

49-
Every [solution](https://github.com/fspoettel/advent-of-code-rust/blob/master/src/bin/scaffold.rs#L7-L35) has _unit tests_ referencing its _example_ file. Use these unit tests to develop and debug your solution against example inputs. For some puzzles, it might be easier to forgo the example file and hardcode inputs into the tests.
49+
Every [solution](https://github.com/fspoettel/advent-of-code-rust/blob/main/src/bin/scaffold.rs#L11-L41) has _unit tests_ referencing its _example_ file. Use these unit tests to develop and debug your solution against example inputs. For some puzzles, it might be easier to forgo the example file and hardcode inputs into the tests.
5050

5151
When editing a solution, `rust-analyzer` will display buttons for running / debugging unit tests above the unit test blocks.
5252

@@ -182,7 +182,7 @@ Go to the _Secrets_ tab in your repository settings and create the following sec
182182
- [hashbrown](https://crates.io/crates/hashbrown): Faster hashing functions for `HashMap` and `HashSet`.
183183
- [regex](https://crates.io/crates/regex): Official regular expressions implementation for Rust.
184184

185-
Do you have aoc-specific crate recommendations? [Share them!](https://github.com/fspoettel/advent-of-code-rust/edit/master/README.md)
185+
Do you have aoc-specific crate recommendations? [Share them!](https://github.com/fspoettel/advent-of-code-rust/edit/main/README.md)
186186

187187
## Common pitfalls
188188

0 commit comments

Comments
 (0)