diff --git a/public/index.html b/public/index.html
index 36c5b66c668cbecea609d87bade055cd8537712a..ff90679d25be1464cf9fead6d5668b9412699bc0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -67,8 +67,8 @@ async function activateXR() {
   });
 
   let pineCone;
-  // Replace the URL below with the URL of the new GLTF model you want to use
-  loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/master/scene.gltf", function(gltf) {
+  // Replace the URL below with the URL of the new GLTF model i want to use
+  loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/master/public/scene.gltf", function(gltf) {
     pineCone = gltf.scene;
     pineCone.scale.set(0.15, 0.15, 0.15); // Adjust scale as needed
   });