We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7321ea7 commit ffc43e0Copy full SHA for ffc43e0
1 file changed
src/_posts/2025-11-16-PGF-06.md
@@ -333,5 +333,6 @@ Backtracker algorithm.
333
334
One thing you might have spotted is that, unlike the previous two algorithms,
335
Recursive Backtracker doesn't rely on using a rectangular grid: all that matters
336
-is that we know which cells are neighbours. In the next post we'll investigate
337
-drawing mazes on more interesting-looking grids.
+is that we know which cells are neighbours. In [the next
+post](/2026/01/26/PGF-07) we'll investigate drawing mazes on more
338
+interesting-looking grids.
0 commit comments