Skip to content

Commit 69fcc81

Browse files
leoseliggaearon
authored andcommitted
Fix renderer example links in README of react-reconciler (#11312)
Fixes facebook/react/issues/#11310
1 parent 97776fb commit 69fcc81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-reconciler/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ module.exports = RendererPublicAPI;
3030

3131
## Practical Examples
3232

33-
* [React ART](https://github.com/facebook/react/blob/master/src/renderers/art/ReactARTFiberEntry.js)
34-
* [React DOM](https://github.com/facebook/react/blob/master/src/fb/ReactDOMFiberFBEntry.js)
35-
* [React Native](https://github.com/facebook/react/blob/master/src/renderers/native/ReactNativeFiberRenderer.js)
33+
* [React ART](https://github.com/facebook/react/blob/master/packages/react-art/src/ReactART.js)
34+
* [React DOM](https://github.com/facebook/react/blob/master/packages/react-dom/src/client/ReactDOM.js)
35+
* [React Native](https://github.com/facebook/react/blob/master/packages/react-native-renderer/src/ReactNativeFiberRenderer.js)
3636

3737
If these links break please file an issue and we’ll fix them. They intentionally link to the latest versions since the API is still evolving.
3838

0 commit comments

Comments
 (0)