diff options
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php index 9b472ff..782485f 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -41,7 +41,7 @@ challenge4.complete = "Well done!<br>Teleports add extra intrigue to the game."; challenge4.help = "Let's use that teleport to block the way to the <i>A</i>!<br>We can make the path take longer to get to <i>A</i> in the process.";
challenge5.start = "Now for a difficult one. The goal for this one is 75 moves.<br>Press <b>Go!</b> to check your path.";
-challenge5.complete = "Look at you, so pro.<br><a href='?page=home'>Go play the game!</a>";
+challenge5.complete = "Look at you, so pro.<br><a href='home'>Go play the game!</a>";
challenge5.help = "Try placing the walls as highlighted.";
function challengeGo(mapid) {
|