Skip to content

Commit fa16383

Browse files
committed
Clarify docs with a link
Fixes #705
1 parent 2f9adf0 commit fa16383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ data and set state, you will also need to implement
352352
`componentWillReceiveProps` on your handler, just like any other
353353
component whose props are changing. This way you can leverage the
354354
performance of the React DOM diff algorithm. Look at the `Contact`
355-
handler in the `master-detail` example.
355+
handler [in the `master-detail` example](https://github.com/rackt/react-router/blob/master/examples/master-detail/app.js).
356356

357357
Scrolling
358358
---------

0 commit comments

Comments
 (0)