Skip to content

Commit ffc43e0

Browse files
committed
fix: link from PGF 6 to PGF 7
1 parent 7321ea7 commit ffc43e0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/_posts/2025-11-16-PGF-06.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,5 +333,6 @@ Backtracker algorithm.
333333

334334
One thing you might have spotted is that, unlike the previous two algorithms,
335335
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.
336+
is that we know which cells are neighbours. In [the next
337+
post](/2026/01/26/PGF-07) we'll investigate drawing mazes on more
338+
interesting-looking grids.

0 commit comments

Comments
 (0)