8000 Fix URL source reference. (#517) · highb/pyscript@bc51340 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit bc51340

Browse files
Fix URL source reference. (pyscript#517)
The old version erroneously referenced "./build/" instead of "https://pyscript.net/alpha/".
1 parent 715ceb9 commit bc51340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple_clock.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<title>Simple Clock Demo</title>
88

99
<link rel="icon" type="image/png" href="favicon.png" />
10-
<link rel="stylesheet" href="./build/pyscript.css" />
10+
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
1111

12-
<script defer src="./build/pyscript.js"></script>
12+
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
1313
<py-env>
1414
- paths:
1515
- ./utils.py

0 commit comments

Comments
 (0)
0