Skip to content

Commit 06afd83

Browse files
committed
Fix link in no-is-mounted documentation
When I made this link, I used the wrong markdown syntax so it was linking to "anti-pattern" instead of the intended URL.
1 parent b0ff6be commit 06afd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-is-mounted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prevent usage of isMounted (no-is-mounted)
22

3-
[`isMounted` is an anti-pattern](anti-pattern), is not available when using ES6 classes, and it is on its way to being officially deprecated.
3+
[`isMounted` is an anti-pattern][anti-pattern], is not available when using ES6 classes, and it is on its way to being officially deprecated.
44

55
[anti-pattern]: https://facebook.github.io/react/blog/2015/12/16/ismounted-antipattern.html
66

0 commit comments

Comments
 (0)