From 459eb7c2774717b85da360b09ea923d66801c49f Mon Sep 17 00:00:00 2001 From: Mark Noonan Date: Sun, 9 Oct 2022 20:23:13 -0400 Subject: [PATCH] Fix link to `findComponent` Wandered into a 404 when following some curiosity today. --- docs/api/wrapper/findAllComponents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) :::