diff --git a/index.html b/index.html
index 53c47e70..95678a2d 100755
--- a/index.html
+++ b/index.html
@@ -10,17 +10,17 @@
-
-
-
+
+
+
-
+
-
-
-
+
+
+
@@ -60,13 +60,13 @@
// Test mode, use un-minified code
if (test_mode){
- js.src = '/iris/app.js?v='+build;
- css.href = '/iris/app.css?v='+build;
+ js.src = '/mopidy_iris/static/app.js?v='+build;
+ css.href = '/mopidy_iris/static/app.css?v='+build;
// Production-grade, minified app
} else {
- js.src = '/iris/app.min.js?v='+build;
- css.href = '/iris/app.min.css?v='+build;
+ js.src = '/mopidy_iris/static/app.min.js?v='+build;
+ css.href = '/mopidy_iris/static/app.min.css?v='+build;
// Initiate error tracking. This helps catch errors early so
// patches can accurately and quickly fix issues.