Skip to content

Commit

Permalink
Clarify docs with a link
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jan 24, 2015
1 parent 2f9adf0 commit fa16383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ data and set state, you will also need to implement
`componentWillReceiveProps` on your handler, just like any other
component whose props are changing. This way you can leverage the
performance of the React DOM diff algorithm. Look at the `Contact`
handler in the `master-detail` example.
handler [in the `master-detail` example](https://github.com/rackt/react-router/blob/master/examples/master-detail/app.js).

Scrolling
---------
Expand Down

0 comments on commit fa16383

Please sign in to comment.