diff --git a/docs/public/catalog/components/caption-texture.json b/docs/public/catalog/components/caption-texture.json
index 0ea90d3194..c68103dfce 100644
--- a/docs/public/catalog/components/caption-texture.json
+++ b/docs/public/catalog/components/caption-texture.json
@@ -1 +1 @@
-{"html":"\n\n
\n \n \n Texture\n \n \n \n \n \n \n \n \n\n \n \n\n"}
\ No newline at end of file
+{"html":"\n\n \n \n \n Texture\n \n \n \n \n \n \n \n \n\n \n \n\n"}
\ No newline at end of file
diff --git a/registry/components/caption-texture/demo.html b/registry/components/caption-texture/demo.html
index 60e73207ae..1ab6847445 100644
--- a/registry/components/caption-texture/demo.html
+++ b/registry/components/caption-texture/demo.html
@@ -109,7 +109,7 @@
? window.__hyperframes.getVariables()
: {};
var TEXTURE = vars.texture || "lava";
- var TEXTURE_URL = "compositions/components/" + TEXTURE + ".png";
+ var TEXTURE_URL = TEXTURE + ".png";
var _fitCanvas = document.createElement("canvas");
var _fitCtx = _fitCanvas.getContext("2d");