We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35151e commit faaa18dCopy full SHA for faaa18d
docs/2023/puzzles/day20.md
@@ -291,7 +291,7 @@ subgraphs. This terminal conjunction will emit a high pulse when it
291
receives a high pulse from each of the subgraphs.
292
293
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
+[day 8](day05.md); the soonest point at which all the subgraphs will simultaneously
295
emit a high pulse will be the
296
[least common multiple](https://en.wikipedia.org/wiki/Least_common_multiple)
297
of the subgraph cycle times. It is not uncommon for AoC problems to
0 commit comments