From 805ce48de44dc7d9dbae94da6cd10ff7654afa21 Mon Sep 17 00:00:00 2001 From: Krzysztof Piaskowy Date: Fri, 14 Jun 2024 09:52:16 +0200 Subject: [PATCH] Fix broken link in documentation --- packages/react-native-reanimated/plugin/README-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-reanimated/plugin/README-dev.md b/packages/react-native-reanimated/plugin/README-dev.md index c40247d221cf..cc10f64ce229 100644 --- a/packages/react-native-reanimated/plugin/README-dev.md +++ b/packages/react-native-reanimated/plugin/README-dev.md @@ -103,7 +103,7 @@ Some use cases might've been overlooked and on the other hand - some might work ## Plugin's applications -To get some more information about certain edge cases or use cases not listed here, try looking them up in our [tests](https://github.com/software-mansion/react-native-reanimated/blob/main/__tests__/plugin.test.ts). +To get some more information about certain edge cases or use cases not listed here, try looking them up in our [tests](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/__tests__/plugin.test.ts). ### What can be a worklet?