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
@@ -40,7 +40,7 @@ APIs provided by the `flipper` package and does not provide any plugin stubs.
|
||||
It is recommended that you keep all Flipper instantiation code in a separate
|
||||
build variant to ensure it doesn't accidentally make it into your production
|
||||
builds. Check out [the sample
|
||||
app](https://github.com/facebook/flipper/tree/master/android/sample/src) to
|
||||
app](https://github.com/facebook/flipper/tree/main/android/sample/src) to
|
||||
see how to organise your Flipper initialization into debug and release
|
||||
variants.
|
||||
|
||||
@@ -90,7 +90,7 @@ It's recommended that you add the following activity to the manifest, which can
|
||||
|
||||
## Android Snapshots
|
||||
|
||||
Feeling adventurous? We publish Android snapshot releases directly off of `master`.
|
||||
Feeling adventurous? We publish Android snapshot releases directly off of `main`.
|
||||
|
||||
You can get the latest version by adding the Maven Snapshot repository to your sources
|
||||
and pointing to the most recent `-SNAPSHOT` version.
|
||||
|
||||
Reference in New Issue
Block a user