We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686cc5d commit af550f2Copy full SHA for af550f2
client/public/index.html
@@ -63,7 +63,7 @@
63
<input id="showjs" name="showjs" title="Show resulting JavaScript code instead of output" value="showjs" type="checkbox">
64
<label id="showjs_label" for="showjs" title="Show resulting JavaScript code instead of output">Show JS</label>
65
</li><li class="menu-item">
66
- <a id="helplink" href="https://github.com/purescript/trypurescript/README.md" target="trypurs_readme">
+ <a id="helplink" href="https://github.com/purescript/trypurescript/blob/master/README.md" target="trypurs_readme">
67
<label id="help" title="Learn more about Try PureScript">Help</label>
68
</a>
69
</li>
0 commit comments