From b08bec90b8225441b9c30e3cf5f9fcd1e3fdf2e5 Mon Sep 17 00:00:00 2001 From: Matthew Miner Date: Wed, 14 Jun 2017 11:13:40 -0700 Subject: [PATCH] Fix link to default-props-match-prop-types rule. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf7bcd08d2..1839668232 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](# # List of supported rules -* [react/default-props-match-prop-types](docs/rules/default-props-match-prop-types): Prevent extraneous defaultProps on components +* [react/default-props-match-prop-types](docs/rules/default-props-match-prop-types.md): Prevent extraneous defaultProps on components * [react/display-name](docs/rules/display-name.md): Prevent missing `displayName` in a React component definition * [react/forbid-component-props](docs/rules/forbid-component-props.md): Forbid certain props on Components * [react/forbid-elements](docs/rules/forbid-elements.md): Forbid certain elements