Skip to content

Commit cdb60e2

Browse files
committed
Updated href in index.html
1 parent d464f4f commit cdb60e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2 class="text-2xl font-bold text-blue-600"><a href="./todo.html" target=”_bl
6969
<h2 class="text-2xl font-bold text-blue-600"><a href="./webgl/raycaster/index.html" target=”_blank”>Webgl Icosahedron Example</a></h2>
7070
<p>Demo showing how a Simple Webgl scene would work in PyScript</code> tag</p>
7171

72-
<h2 class="text-2xl font-bold text-blue-600"><a href="./webgl/raycaster/index.html" target=”_blank”>Matplotlib to Canvas Tag</a></h2>
72+
<h2 class="text-2xl font-bold text-blue-600"><a href="./plot_display.html" target=”_blank”>Matplotlib to Canvas Tag</a></h2>
7373
<p>Demo showing a programmatically generated matplotlib graphic inserted into an HTML canvas tag</p>
7474
</body>
7575
</html>

0 commit comments

Comments
 (0)