Skip to content

Commit faaa18d

Browse files
committed
fix link
1 parent e35151e commit faaa18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2023/puzzles/day20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ subgraphs. This terminal conjunction will emit a high pulse when it
291291
receives a high pulse from each of the subgraphs.
292292

293293
Each subgraph emits a high pulse on a repeating cycle. This reminds us of
294-
[day 8](5); the soonest point at which all the subgraphs will simultaneously
294+
[day 8](day05.md); the soonest point at which all the subgraphs will simultaneously
295295
emit a high pulse will be the
296296
[least common multiple](https://en.wikipedia.org/wiki/Least_common_multiple)
297297
of the subgraph cycle times. It is not uncommon for AoC problems to

0 commit comments

Comments
 (0)