Skip to content

Commit 217185b

Browse files
authored
fix broken link in no-is-mounted.md
1 parent 63aceff commit 217185b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-is-mounted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[`isMounted` is an anti-pattern][anti-pattern], is not available when using ES6 classes, and it is on its way to being officially deprecated.
88

9-
[anti-pattern]: https://facebook.github.io/react/blog/2015/12/16/ismounted-antipattern.html
9+
[anti-pattern]: https://legacy.reactjs.org/blog/2015/12/16/ismounted-antipattern.html
1010

1111
## Rule Details
1212

0 commit comments

Comments
 (0)