8000 Update link to not use /latest (#1847) · shivashankarv/pyscript@d58237e · GitHub
[go: up one dir, main page]

Skip to content

Commit d58237e

Browse files
authored
Update link to not use /latest (pyscript#1847)
* Update link in README.me to use specific version, not /latest
1 parent 2d50ca8 commit d58237e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ To try PyScript, import the appropriate pyscript files into the `<head>` tag of
2020

2121
```html
2222
<head>
23-
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
24-
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
23+
<link
24+
rel="stylesheet"
25+
href="https://pyscript.net/releases/2023.11.1/core.css"
26+
/>
27+
<script
28+
type="module"
29+
src="https://pyscript.net/releases/2023.11.1/core.js"
30+
></script>
2531
</head>
2632
```
2733

0 commit comments

Comments
 (0)
0