Skip to content

Commit 513eef9

Browse files
committed
Fix link to README
1 parent de6f79c commit 513eef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-uses-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var Hello = <div>Hello {this.props.name}</div>;
5050

5151
### `pragma`
5252

53-
**Deprecation notice**: This option is deprecated, please use the [shared settings](README.md#configuration) to specify a custom pragma.
53+
**Deprecation notice**: This option is deprecated, please use the [shared settings](/README.md#configuration) to specify a custom pragma.
5454

5555
As an alternative to specifying the above pragma in each source file, you can specify
5656
this configuration option:

0 commit comments

Comments
 (0)