diff --git a/www/developer-debug-mode.html b/www/developer-debug-mode.html
index f18634dc..a3833acb 100644
--- a/www/developer-debug-mode.html
+++ b/www/developer-debug-mode.html
@@ -19,7 +19,7 @@
// Example
OpenSeadragon({
id: "contentDiv",
- prefixUrl: "/openseadragon/",
+ prefixUrl: "/openseadragon/images/",
tileSources: "/openseadragon/examples/images/highsmith/highsmith.js",
showNavigator: false,
debugMode: true
diff --git a/www/index.html b/www/index.html
index 52a39bdc..0ec24ab5 100644
--- a/www/index.html
+++ b/www/index.html
@@ -18,7 +18,7 @@
// Example
OpenSeadragon({
id: "contentDiv",
- prefixUrl: "/openseadragon/",
+ prefixUrl: "/openseadragon/images/",
tileSources: "/openseadragon/examples/images/highsmith/highsmith.js"
});
\ No newline at end of file
diff --git a/www/overlay-highlights.html b/www/overlay-highlights.html
index 7c36dc46..9a0856e5 100644
--- a/www/overlay-highlights.html
+++ b/www/overlay-highlights.html
@@ -31,7 +31,7 @@
diff --git a/www/tilesource-legacy.html b/www/tilesource-legacy.html
index 910da498..a1cc0b7f 100644
--- a/www/tilesource-legacy.html
+++ b/www/tilesource-legacy.html
@@ -27,7 +27,7 @@