From 2afe4f28977aebf8142ee7fa6d65644e732ba5f4 Mon Sep 17 00:00:00 2001 From: Tito Date: Wed, 4 Dec 2024 05:02:10 -0300 Subject: [PATCH] fix link --- packages/eslint-plugin-solid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin-solid/README.md b/packages/eslint-plugin-solid/README.md index e200faf..1e5f7bc 100644 --- a/packages/eslint-plugin-solid/README.md +++ b/packages/eslint-plugin-solid/README.md @@ -206,7 +206,7 @@ const [editedValue, setEditedValue] = createSignal(props.value); _Please note_: there may also be times where a rule correctly warns about a subtle problem, even if it looks like a false positive at first. With `solid/reactivity`, please look at the -[reactivity docs](https://github.com/solidjs-community/eslint-plugin-solid/blob/main/docs/reactivity.md#troubleshooting) before deciding to disable the rule. +[reactivity docs](https://github.com/solidjs-community/eslint-plugin-solid/blob/main/packages/eslint-plugin-solid/docs/reactivity.md#troubleshooting) before deciding to disable the rule. When in doubt, feel free to [file an issue](https://github.com/solidjs-community/eslint-plugin-solid/issues/new/choose).