diff --git a/examples/altair.html b/examples/altair.html
index 0e3001e9..a9335bc6 100644
--- a/examples/altair.html
+++ b/examples/altair.html
@@ -3,8 +3,8 @@
Altair
-
-
+
+
- altair
- pandas
diff --git a/examples/antigravity.html b/examples/antigravity.html
index fa3657bb..0c6521f2 100644
--- a/examples/antigravity.html
+++ b/examples/antigravity.html
@@ -3,8 +3,8 @@
Antigravity
-
-
+
+
- paths:
diff --git a/examples/bokeh.html b/examples/bokeh.html
index 226ef8bd..de3ff6b7 100644
--- a/examples/bokeh.html
+++ b/examples/bokeh.html
@@ -11,9 +11,9 @@
-
+
-
+
diff --git a/examples/bokeh_interactive.html b/examples/bokeh_interactive.html
index 61fbc9df..da35d39c 100644
--- a/examples/bokeh_interactive.html
+++ b/examples/bokeh_interactive.html
@@ -11,9 +11,9 @@
-
+
-
+
diff --git a/examples/d3.html b/examples/d3.html
index a4453fc5..b26392d3 100644
--- a/examples/d3.html
+++ b/examples/d3.html
@@ -4,8 +4,8 @@
-
-
+
+
-
-
+
+
diff --git a/examples/panel_kmeans.html b/examples/panel_kmeans.html
index 4ae853ca..5412bc4d 100644
--- a/examples/panel_kmeans.html
+++ b/examples/panel_kmeans.html
@@ -39,8 +39,8 @@
-
-
+
+
diff --git a/examples/panel_stream.html b/examples/panel_stream.html
index 6bd9fff7..de363008 100644
--- a/examples/panel_stream.html
+++ b/examples/panel_stream.html
@@ -30,8 +30,8 @@
-
-
+
+
diff --git a/examples/repl.html b/examples/repl.html
index 5969ad71..a001d9ad 100644
--- a/examples/repl.html
+++ b/examples/repl.html
@@ -7,8 +7,8 @@
REPL
-
-
+
+
diff --git a/examples/repl2.html b/examples/repl2.html
index 75a8913e..7071a818 100644
--- a/examples/repl2.html
+++ b/examples/repl2.html
@@ -7,10 +7,10 @@
Custom REPL Example
-
+
-
+
diff --git a/examples/simple_bioinformatics_tool.html b/examples/simple_bioinformatics_tool.html
index 2d89a0c1..8442aefc 100644
--- a/examples/simple_bioinformatics_tool.html
+++ b/examples/simple_bioinformatics_tool.html
@@ -8,7 +8,7 @@
-
+
diff --git a/examples/simple_clock.html b/examples/simple_clock.html
index 8596f955..591f88bb 100644
--- a/examples/simple_clock.html
+++ b/examples/simple_clock.html
@@ -7,9 +7,9 @@
Simple Clock Demo
-
+
-
+
- paths:
- ./utils.py
diff --git a/examples/todo-pylist.html b/examples/todo-pylist.html
index c7a622b5..991879d0 100644
--- a/examples/todo-pylist.html
+++ b/examples/todo-pylist.html
@@ -6,9 +6,9 @@
Todo App
-
+
-
+
- paths:
- ./utils.py
diff --git a/examples/todo.html b/examples/todo.html
index 3f9f9d3f..86a55739 100644
--- a/examples/todo.html
+++ b/examples/todo.html
@@ -7,9 +7,9 @@
Todo App
-
+
-
+
- paths:
- ./utils.py
diff --git a/examples/toga/freedom.html b/examples/toga/freedom.html
index 1a263e6e..6cd4a12e 100644
--- a/examples/toga/freedom.html
+++ b/examples/toga/freedom.html
@@ -12,7 +12,7 @@
crossorigin="anonymous">
-
+
Loading...
diff --git a/examples/webgl/raycaster/index.html b/examples/webgl/raycaster/index.html
index 5447afcf..0fcdeb1e 100644
--- a/examples/webgl/raycaster/index.html
+++ b/examples/webgl/raycaster/index.html
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/pyscriptjs/Makefile b/pyscriptjs/Makefile
index af96e95e..a41e7a6c 100644
--- a/pyscriptjs/Makefile
+++ b/pyscriptjs/Makefile
@@ -61,9 +61,9 @@ examples:
mkdir -p ./examples
cp -r ../examples/* ./examples
chmod -R 755 examples
- find ./examples/toga -type f -name '*.html' -exec sed $(SED_I_ARG) s+https://pyscript.net/alpha/+../../build/+g {} \;
- find ./examples/webgl -type f -name '*.html' -exec sed $(SED_I_ARG) s+https://pyscript.net/alpha/+../../../build/+g {} \;
- find ./examples -type f -name '*.html' -exec sed $(SED_I_ARG) s+https://pyscript.net/alpha/+../build/+g {} \;
+ find ./examples/toga -type f -name '*.html' -exec sed $(SED_I_ARG) s+https://pyscript.net/latest/+../../build/+g {} \;
+ find ./examples/webgl -type f -name '*.html' -exec sed $(SED_I_ARG) s+https://pyscript.net/latest/+../../../build/+g {} \;
+ find ./examples -type f -name '*.html' -exec sed $(SED_I_ARG) s+https://pyscript.net/latest/+../build/+g {} \;
test:
make examples