diff --git a/docs/api/wrapper/findAllComponents.md b/docs/api/wrapper/findAllComponents.md index 041f4ff68..55eb6785e 100644 --- a/docs/api/wrapper/findAllComponents.md +++ b/docs/api/wrapper/findAllComponents.md @@ -23,5 +23,5 @@ expect(bars).toHaveLength(1) ``` ::: warning Usage with CSS selectors -Using `findAllComponents` with CSS selector is subject to same limitations as [findComponent](api/wrapper/findComponent.md) +Using `findAllComponents` with CSS selector is subject to same limitations as [findComponent](./findComponent.md) :::