Skip to content

Commit 85bd4d9

Browse files
authored
Point to latest release (#24)
1 parent c8c01d5 commit 85bd4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ <h2>Install</h2>
171171

172172
<p>To use PyScript you can either <a href="https://github.com/pyscript/pyscript/archive/refs/heads/main.zip">download</a> it and follow the instructions, or add the following lines to your page.</p>
173173
<code class="pre">
174-
&lt;link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" /&gt;<br>
175-
&lt;script defer src="https://pyscript.net/alpha/pyscript.js"&gt;&lt;/script&gt;
174+
&lt;link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" /&gt;<br>
175+
&lt;script defer src="https://pyscript.net/latest/pyscript.js"&gt;&lt;/script&gt;
176176
</code>
177177
<p>Click <a href="https://github.com/pyscript/pyscript/blob/main/docs/tutorials/getting-started.md" target="_blank">here</a> for more info on how to use PyScript.</p>
178178
</div>

0 commit comments

Comments
 (0)