Rename default branch references to main (#2689)
Summary: I really hope I hit everything and didn't break anything that wasn't referring to branch names. Pull Request resolved: https://github.com/facebook/flipper/pull/2689 Test Plan: _eyes CI |[Site Preview: flipper](https://our.intern.facebook.com/intern/staticdocs/eph/D30305789/V2/flipper/) Reviewed By: timur-valiev Differential Revision: D30305789 Pulled By: passy fbshipit-source-id: 5daaa09250bb96bb50be679fc01dae86c666eb73
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1a4c26a42b
commit
781df776f2
@@ -7,7 +7,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||
|
||||
When making changes to the React Native integration, it can be helpful to
|
||||
test them directly in the [sample
|
||||
app](https://github.com/facebook/flipper/tree/master/react-native/ReactNativeFlipperExample)
|
||||
app](https://github.com/facebook/flipper/tree/main/react-native/ReactNativeFlipperExample)
|
||||
we provide in the repository. However, the app is building against a production release
|
||||
of Flipper and not the version checked in in the repository.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user