Fix links in in react-native-flipper readme (#1505)

Summary:
Fixes https://github.com/facebook/flipper/issues/1504. Used fully qualified urls to make sure that they resolve when viewed both on NPM and Github

Pull Request resolved: https://github.com/facebook/flipper/pull/1505

Reviewed By: jknoxville

Differential Revision: D23395491

Pulled By: mweststrate

fbshipit-source-id: 31064c20a6b1621ca020ec95801a51d5731afa62
This commit is contained in:
Michel Weststrate
2020-08-28 05:05:12 -07:00
committed by Facebook GitHub Bot
parent 4550726a99
commit 0a09699e07

View File

@@ -23,8 +23,8 @@ The `addPlugin` accepts a `plugin` parameter, that registers a client plugin and
## Example ## 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 `<FlipperTicTacToe />` component somewhere in your application should work out of the box. The corresponding Desktop plugin ships by default in Flipper, so importing the above file and dropping the `<FlipperTicTacToe />` 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).