Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Aug 1, 2022
1 parent 4c9397e commit a9cf0df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-elements/supertable-block-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ $superTableBlocks = \verbb\supertable\elements\SuperTableBlockElement::find()

Narrows the query results to only Super Table blocks that match a search query.

See [Searching](https://docs.craftcms.com/v3/searching.html) for a full explanation of how to work with this parameter.
See [Searching](https://craftcms.com/docs/4.x/searching.html) for a full explanation of how to work with this parameter.

::: code
```twig Twig
Expand Down Expand Up @@ -417,7 +417,7 @@ Possible values include:
| Value | Fetches Super Table blocks…
| - | -
| `'foo'` | from the site with a handle of `foo`.
| a [Site](https://docs.craftcms.com/api/v3/craft-models-site.html) object | from the site represented by the object.
| a [Site](https://docs.craftcms.com/api/v4/craft-models-site.html) object | from the site represented by the object.

::: code
```twig Twig
Expand Down Expand Up @@ -487,7 +487,7 @@ $superTableBlock = \verbb\supertable\elements\SuperTableBlockElement::find()

Causes the query to return matching Super Table blocks eager-loaded with related elements.

See [Eager-Loading Elements](https://docs.craftcms.com/v3/dev/eager-loading-elements.html) for a full explanation of how to work with this parameter.
See [Eager-Loading Elements](https://craftcms.com/docs/4.x/eager-loading-elements.html) for a full explanation of how to work with this parameter.

::: code
```twig Twig
Expand Down

0 comments on commit a9cf0df

Please sign in to comment.