diff --git a/docs/DirectManipulation.md b/docs/DirectManipulation.md index 3c6fd46ed9..f705eda39d 100644 --- a/docs/DirectManipulation.md +++ b/docs/DirectManipulation.md @@ -23,7 +23,7 @@ properties directly on a DOM node. > and stores state in the native layer (DOM, UIView, etc.) and not > within your React components, which makes your code more difficult to > reason about. Before you use it, try to solve your problem with `setState` -> and [shouldComponentUpdate](react-native/docs/direct-manipulation.html#setnativeprops-shouldcomponentupdate). +> and [shouldComponentUpdate](http://facebook.github.io/react/docs/advanced-performance.html#shouldcomponentupdate-in-action). ## setNativeProps with TouchableOpacity