Skip to content

Commit

Permalink
Fix link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Dec 31, 2015
1 parent de6f79c commit 513eef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-uses-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var Hello = <div>Hello {this.props.name}</div>;

### `pragma`

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

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

0 comments on commit 513eef9

Please sign in to comment.