Skip to content

Commit 5d5884c

Browse files
committed
file link-up issue fixes
1 parent 62e84c7 commit 5d5884c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<h1>EcoQuest</h1>
2020
<h2>The Green Adventure</h2>
2121
<button id="start-game">Start Game</button>
22-
<button id="how-to-play" class="secondary" onclick="window.location.href='/guide/how-to-play.html'">How
22+
<button id="how-to-play" class="secondary" onclick="window.location.href='./guide/how-to-play.html'">How
2323
to Play</button>
2424
</div>
2525

0 commit comments

Comments
 (0)