Skip to content

Commit ab77cc9

Browse files
authored
Merge pull request #1261 from mminer/fix-default-props-match-prop-types-link
[Docs] Fix link to default-props-match-prop-types rule
2 parents 7e5863e + b08bec9 commit ab77cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
8080

8181
# List of supported rules
8282

83-
* [react/default-props-match-prop-types](docs/rules/default-props-match-prop-types): Prevent extraneous defaultProps on components
83+
* [react/default-props-match-prop-types](docs/rules/default-props-match-prop-types.md): Prevent extraneous defaultProps on components
8484
* [react/display-name](docs/rules/display-name.md): Prevent missing `displayName` in a React component definition
8585
* [react/forbid-component-props](docs/rules/forbid-component-props.md): Forbid certain props on Components
8686
* [react/forbid-elements](docs/rules/forbid-elements.md): Forbid certain elements

0 commit comments

Comments
 (0)