Skip to content

Commit

Permalink
Update Lifecycle doc's broken link to Properties (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbrrriiiaaannn authored and Kate committed Mar 18, 2019
1 parent 3fb5cda commit 47ed425
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#configure-property-changes).
See the Properties documentation for information on [configuring `hasChanged` to customize what constitutes a property change](/guide/properties#haschanged).

### requestUpdate {#requestupdate}

Expand Down

0 comments on commit 47ed425

Please sign in to comment.