diff --git a/public/index.html b/public/index.html
index a8410a3fe46d2abba0cbf6974a8c85c2b22d2cec..b1f74dc279ca8f902c3a55e174abb1b107d74bb0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -64,14 +64,14 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
 
 const loader = new THREE.GLTFLoader();
 let reticle;
-loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/media/reticle.gltf", function(gltf) {
+loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/master/media/reticle.gltf", function(gltf) {
   reticle = gltf.scene;
   reticle.visible = false;
   scene.add(reticle);
 })
 
 let flower;
-loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/gltf/sunflower.gltf", function(gltf) {
+loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/master/gltf/sunflower.gltf", function(gltf) {
   flower = gltf.scene;
 });