diff --git a/react-native/react-native-flipper/README.md b/react-native/react-native-flipper/README.md index ba47ecf6b..20bf26861 100644 --- a/react-native/react-native-flipper/README.md +++ b/react-native/react-native-flipper/README.md @@ -23,8 +23,8 @@ The `addPlugin` accepts a `plugin` parameter, that registers a client plugin and ## Example -An example plugin can be found in [examples/FlipperTicTacToe.js](../sample/FlipperTicTacToe.js). +An example plugin can be found in [FlipperTicTacToe.js](https://github.com/facebook/flipper/blob/master/react-native/ReactNativeFlipperExample/FlipperTicTacToe.js). The corresponding Desktop plugin ships by default in Flipper, so importing the above file and dropping the `` component somewhere in your application should work out of the box. -The sources of the corresponding Desktop plugin can be found [here](../../desktop/plugins/rn-tic-tac-toe). +The sources of the corresponding Desktop plugin can be found [here](https://github.com/facebook/flipper/tree/master/desktop/plugins/rn-tic-tac-toe).