Skip to content

Commit 94afb46

Browse files
MattMSbuzzdecafe
authored andcommitted
Fix try in REPL link in docs (#145)
1 parent c6cc8f6 commit 94afb46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
var code = event.target.nextElementSibling.textContent;
107107
var encoded = fixedEncodeURIComponent(code);
108108
location.assign(location.origin + '/repl/' +
109-
versionParam + '#?code=' + encoded);
109+
versionParam + '#;' + encoded);
110110
}
111111

112112

0 commit comments

Comments
 (0)