Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02f51aa

Browse filesBrowse files
authored
Don't use /latest, update link to docs (#54)
1 parent 7595656 commit 02f51aa
Copy full SHA for 02f51aa

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎index.html

Copy file name to clipboardExpand all lines: index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ <h2>Install</h2>
141141

142142
<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>
143143
<code class="pre">
144-
&lt;link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" /&gt;<br>
145-
&lt;script defer src="https://pyscript.net/latest/pyscript.js"&gt;&lt;/script&gt;
144+
&lt;link rel="stylesheet" href="https://pyscript.net/releases/2023.11.1/core.css" /&gt;<br>
145+
&lt;script type="module" src="https://pyscript.net/releases/2023.11.1/core.js"&gt;&lt;/script&gt;
146146
</code>
147-
<p>Click <a href="https://docs.pyscript.net/latest/tutorials/getting-started.html" target="_blank">here</a> for more info on how to use PyScript.</p>
147+
<p>Click <a href="https://docs.pyscript.net/latest/beginning-pyscript/" target="_blank">here</a> for more info on how to use PyScript.</p>
148148
</div>
149149
</div>
150150
</div>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.