Skip to content

Commit dfc4544

Browse files
authored
Merge pull request #170 from titoBouzout/patch-2
2 parents 843b28e + 2afe4f2 commit dfc4544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-solid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const [editedValue, setEditedValue] = createSignal(props.value);
206206

207207
_Please note_: there may also be times where a rule correctly warns about a subtle problem,
208208
even if it looks like a false positive at first. With `solid/reactivity`, please look at the
209-
[reactivity docs](https://github.com/solidjs-community/eslint-plugin-solid/blob/main/docs/reactivity.md#troubleshooting) before deciding to disable the rule.
209+
[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.
210210

211211
When in doubt, feel free to [file an
212212
issue](https://github.com/solidjs-community/eslint-plugin-solid/issues/new/choose).

0 commit comments

Comments
 (0)