Skip to content

Commit f756a92

Browse files
authored
Update README.md
1 parent 44eef83 commit f756a92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ so in the numeric one:
245245

246246
so you can pass in the return value *vector\<vector\<int>>* directly into the AStar - function:
247247

248-
https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/main/examples/readmaze.cpp#L10-L16
248+
249+
https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/44eef83aaef6b7a4414e1bfd9801a07eb7c8ae52/examples/readmaze.cpp#L10-L16
250+
249251

250252
the disatvantage here is, that because readmaze converts the ascii maze into a numeric one at one time, <br>
251253
you must know the start and end position before, <br>

0 commit comments

Comments
 (0)