diff --git a/public/index.html b/public/index.html
index 2a104e3d8696c1de9e4fa22013743260848752cd..b14a6fe61ee95c6011fbcaf18170ce9cc2202b26 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/gitlab/32esla1mpg/webarTTP/-/blolb/master/media/reticle.gltf", function(gltf) {
+loader.load("https://transfer.hft-stuttgart.de/gitlab/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/gitlab/32esla1mpg/webarTTP/-/blob/master/gltf/sunflower.gltf", function(gltf) {
+loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/master/gltf/sunflower.gltf", function(gltf) {
   flower = gltf.scene;
 });