8000 Updated href in index.html · robinboot/pyscript@28f4147 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28f4147

Browse files
committed
Updated href in index.html
1 parent 935f5c9 commit 28f4147

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”>Textarea Content Download</a></h2>
72+
<h2 class="text-2xl font-bold text-blue-600"><a href="./textarea_download.html" target=”_blank”>Textarea Content Download</a></h2>
7373
<p>Demo of a programmatic download of a plain text file containing the contents of a textarea tag</p>
7474
</body>
7575
</html>

0 commit comments

Comments
 (0)
0