Skip to content

Commit 17e7419

Browse files
committedDec 2, 2021
Dot mistake
1 parent abf648e commit 17e7419

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎docs/days/day1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Python solution to day 1
66

77
## Day 1
88

9-
[Return to main page](../../)
9+
[Return to main page](../)
1010

1111

1212
My solution for the first day of the new advent of code for 2021. As always, pretty easy and straightforward for this
@@ -123,4 +123,4 @@ def _solve_part2(self, parsed_data: Any) -> Any:
123123
return count_diff
124124
```
125125
126-
[Return to main page](../../)
126+
[Return to main page](../)

‎docs/days/day2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Python solution to day 2
66

77
## Day 2
88

9-
[Return to main page](../../)
9+
[Return to main page](../)
1010

1111

1212
Day 2 was also relatively straightforward, not much challenge up till now. The only stumbling block was that I first
@@ -115,4 +115,4 @@ def _solve_part2(self, parsed_data: Any) -> Any:
115115
return x * d
116116
```
117117

118-
[Return to main page](../../)
118+
[Return to main page](../)

‎utils/template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: <page_description>
66

77
## <page_title>
88

9-
[Return to main page](../../)
9+
[Return to main page](../)
1010

1111
<day_experience>
1212

@@ -31,4 +31,4 @@ description: <page_description>
3131
<aoc_part2_code>
3232
```
3333

34-
[Return to main page](../../)
34+
[Return to main page](../)

0 commit comments

Comments
 (0)