diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-12-13 15:09:31 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-12-13 15:09:31 -0800 |
commit | c53c6eb6476ab7f9ef1f080eaa34ec0d076d5ea3 (patch) | |
tree | c4b4b75e9f4cdfacd8408ab4029af8a2bdb375e7 /pages/tutorial.php | |
parent | fbae790d584f2e37c001f793f9532387d601dbbe (diff) | |
download | pathery-c53c6eb6476ab7f9ef1f080eaa34ec0d076d5ea3.tar.xz |
Clean URL's
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) {
|