From 871d4fa05c9633dd980193ade09ae56b3273443a Mon Sep 17 00:00:00 2001 From: Hadas Hirt Date: Sun, 8 Jun 2025 10:41:04 +0300 Subject: [PATCH] image path --- .../guides/Using Connected Datasets and Repetaers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js-wixcode-sdk/$w/repeater/guides/Using Connected Datasets and Repetaers.md b/js-wixcode-sdk/$w/repeater/guides/Using Connected Datasets and Repetaers.md index 9b025b6237..30ad056803 100644 --- a/js-wixcode-sdk/$w/repeater/guides/Using Connected Datasets and Repetaers.md +++ b/js-wixcode-sdk/$w/repeater/guides/Using Connected Datasets and Repetaers.md @@ -5,7 +5,7 @@ Sometimes you need to connect a repeater and its elements to 2 datasets, 1 of which is filtered by the other. If you then want to control the datasets with code, you need to understand how the datasets behave when selected from different [scopes](https://dev.wix.com/docs/velo/velo-only-apis/$w/repeater/selector-scope). -![Band Repeater Example](images/bandImage.png) +![Band Repeater Example](./images/bandImage.png) @@ -25,7 +25,7 @@ If your Songs collection contains a reference field that refers to items in the
-![song data](images/songData.png) +![song data](./images/songData.png)
@@ -33,7 +33,7 @@ If your Songs collection contains a regular field that matches a field in the Ba
-![song band](images/songBand.png) +![song band](./images/songBand.png)