diff --git a/exercises/25/pacman_ai/README.md b/exercises/25/pacman_ai/README.md index 646e978..6b5a3ce 100644 --- a/exercises/25/pacman_ai/README.md +++ b/exercises/25/pacman_ai/README.md @@ -66,7 +66,8 @@ bool PacManAI::isValidMove(const Move & move) {
Hint -Use isWalkableForPacMan in Board.cpp to make sure PacMan is not walking in ways that are not legal + +Use [isWalkableForPacMan](../../../lib/Board.cpp) to make sure PacMan is not walking in ways that are not legal