Skip to content

Commit bda82a3

Browse files
authored
Fix broken link
1 parent f7ed87b commit bda82a3

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
@@ -147,7 +147,7 @@ Enable the rules that you would like to use.
147147
* [react/jsx-indent](docs/rules/jsx-indent.md): Validate JSX indentation (fixable)
148148
* [react/jsx-indent-props](docs/rules/jsx-indent-props.md): Validate props indentation in JSX (fixable)
149149
* [react/jsx-key](docs/rules/jsx-key.md): Validate JSX has key prop when in array or iterator
150-
* [react/jsx-max-depth](docs/rules/jsx-max-depth): Validate JSX maximum depth
150+
* [react/jsx-max-depth](docs/rules/jsx-max-depth.md): Validate JSX maximum depth
151151
* [react/jsx-max-props-per-line](docs/rules/jsx-max-props-per-line.md): Limit maximum of props on a single line in JSX (fixable)
152152
* [react/jsx-no-bind](docs/rules/jsx-no-bind.md): Prevent usage of `.bind()` and arrow functions in JSX props
153153
* [react/jsx-no-comment-textnodes](docs/rules/jsx-no-comment-textnodes.md): Prevent comments from being inserted as text nodes

0 commit comments

Comments
 (0)