Skip to content

Commit

Permalink
Fix link in no-is-mounted documentation
Browse files Browse the repository at this point in the history
When I made this link, I used the wrong markdown syntax so it was
linking to "anti-pattern" instead of the intended URL.
  • Loading branch information
lencioni committed Dec 22, 2015
1 parent b0ff6be commit 06afd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-is-mounted.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prevent usage of isMounted (no-is-mounted)

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

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

Expand Down

0 comments on commit 06afd83

Please sign in to comment.