diff --git a/public/index.html b/public/index.html
index 0bc4afa68254e55611f30ab33f6a2a8532852d45..a6f194eb1fd58b8f89b6a63f0b24c6da3fbfb537 100644
--- a/public/index.html
+++ b/public/index.html
@@ -48,7 +48,7 @@ async function activateXR() {
 
     const loader = new THREE.GLTFLoader();
     let reticle;
-    loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/reticle.gltf", function(gltf) {
+    loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/media/reticle.gltf", function(gltf) {
       reticle = gltf.scene;
       reticle.visible = false;
       scene.add(reticle);