Skip to content

Commit c8c5f84

Browse files
authored
Fix repl iframe (#61)
Signed-off-by: James Hamlin <[email protected]>
1 parent 956b870 commit c8c5f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<p>Loading REPL...</p>
4141
<p class="text-sm">This may take a few seconds</p>
4242
</div>
43-
<iframe src="/repl" width="800px" height="500px" frameborder="0" />
43+
<iframe src="./repl" width="800px" height="500px" frameborder="0" />
4444
</div>
4545

4646
</div>

0 commit comments

Comments
 (0)