Skip to content

Commit af550f2

Browse files
authored
Fix help link (fixes #165) (#167)
1 parent 686cc5d commit af550f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<input id="showjs" name="showjs" title="Show resulting JavaScript code instead of output" value="showjs" type="checkbox">
6464
<label id="showjs_label" for="showjs" title="Show resulting JavaScript code instead of output">Show JS</label>
6565
</li><li class="menu-item">
66-
<a id="helplink" href="https://github.com/purescript/trypurescript/README.md" target="trypurs_readme">
66+
<a id="helplink" href="https://github.com/purescript/trypurescript/blob/master/README.md" target="trypurs_readme">
6767
<label id="help" title="Learn more about Try PureScript">Help</label>
6868
</a>
6969
</li>

0 commit comments

Comments
 (0)