Skip to content

Commit 459eb7c

Browse files
authored
Fix link to findComponent
Wandered into a 404 when following some curiosity today.
1 parent c6d28ef commit 459eb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/wrapper/findAllComponents.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ expect(bars).toHaveLength(1)
2323
```
2424

2525
::: warning Usage with CSS selectors
26-
Using `findAllComponents` with CSS selector is subject to same limitations as [findComponent](api/wrapper/findComponent.md)
26+
Using `findAllComponents` with CSS selector is subject to same limitations as [findComponent](./findComponent.md)
2727
:::

0 commit comments

Comments
 (0)