We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9adf0 commit fa16383Copy full SHA for fa16383
docs/guides/overview.md
@@ -352,7 +352,7 @@ data and set state, you will also need to implement
352
`componentWillReceiveProps` on your handler, just like any other
353
component whose props are changing. This way you can leverage the
354
performance of the React DOM diff algorithm. Look at the `Contact`
355
-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).
356
357
Scrolling
358
---------
0 commit comments