Skip to content

Commit 928d87d

Browse files
committed
fix wrong link to release
1 parent 7f993a2 commit 928d87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/first-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ CSS:
2020
<meta charset="UTF-8">
2121
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2222
<!-- PyScript CSS -->
23-
<link rel="stylesheet" href="https://pyscript.net/snapshots/2023.11.1/core.css">
23+
<link rel="stylesheet" href="https://pyscript.net/releases/2023.11.1/core.css">
2424
<!-- This script tag bootstraps PyScript -->
25-
<script type="module" src="https://pyscript.net/snapshots/2023.11.1/core.js"></script>
25+
<script type="module" src="https://pyscript.net/releases/2023.11.1/core.js"></script>
2626
</head>
2727
<body>
2828
<!-- your code goes here... -->

0 commit comments

Comments
 (0)