Skip to content

Commit

Permalink
broken properties link (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza authored and Kate committed Feb 5, 2019
1 parent f1e124d commit 8e3984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_guide/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ In call order, the methods and properties in the update lifecycle are:

All declared properties have a function, `hasChanged`, which is called whenever the property is set; if `hasChanged` returns true, an update is scheduled.

See the Properties documentation for information on [configuring `hasChanged` to customize what constitutes a property change](/properties#haschanged).
See the Properties documentation for information on [configuring `hasChanged` to customize what constitutes a property change](/properties#configure-property-changes).

### requestUpdate {#requestupdate}

Expand Down

0 comments on commit 8e3984c

Please sign in to comment.