diff --git a/html/wip/index32.html b/html/wip/index32.html
deleted file mode 100644
index e69de29..0000000
diff --git a/html/wip/index34.html b/html/wip/index34.html
index f7153d0..e368b94 100644
--- a/html/wip/index34.html
+++ b/html/wip/index34.html
@@ -409,7 +409,7 @@
scene = new THREE.Scene();
const geometry = new THREE.PlaneGeometry( 2, 2 );
const loader = new THREE.TextureLoader();
- const texture = loader.load('/Users/heck/src/subfactory.ch/html/images/noise.png');
+ const texture = loader.load('./images/noise.png');
texture.wrapS = THREE.RepeatWrapping;
texture.wrapT = THREE.RepeatWrapping;