diff --git a/js/examples/maplibre.html b/js/examples/maplibre.html
index c33e73e..df328cc 100644
--- a/js/examples/maplibre.html
+++ b/js/examples/maplibre.html
@@ -21,7 +21,7 @@
let protocol = new pmtiles.Protocol();
maplibregl.addProtocol("pmtiles",protocol.tile);
- let PMTILES_URL = "protomaps(vector)ODbL_firenze.pmtiles";
+ let PMTILES_URL = "https://protomaps.github.io/PMTiles/protomaps(vector)ODbL_firenze.pmtiles";
const p = new pmtiles.PMTiles(PMTILES_URL)