Skip to content

Commit 48bc53c

Browse files
committed
Replace master branch with main
1 parent 397e4b7 commit 48bc53c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To help the rest of the community review your change, please follow the instruct
99

1010
## PR Checklist
1111

12-
- [ ] The PR title follows our guidelines: https://github.com/proyecto26/react-native-inappbrowser/blob/master/CONTRIBUTING.md#pull-request-process.
12+
- [ ] The PR title follows our guidelines: https://github.com/proyecto26/react-native-inappbrowser/blob/main/CONTRIBUTING.md#pull-request-process.
1313
- [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
1414
- [ ] All existing tests are passing
1515
- [ ] Tests for the changes are included

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ import { InAppBrowser } from 'react-native-inappbrowser-reborn'
234234
In order to redirect back to your application from a web browser, you must specify a unique URI to your app. To do this,
235235
define your app scheme and replace `my-scheme` and `my-host` with your info.
236236

237-
- Enable deep linking (Android) - **[AndroidManifest.xml](https://github.com/proyecto26/react-native-inappbrowser/blob/master/example/android/app/src/main/AndroidManifest.xml#L23)**
237+
- Enable deep linking (Android) - **[AndroidManifest.xml](https://github.com/proyecto26/react-native-inappbrowser/blob/main/example/android/app/src/main/AndroidManifest.xml#L23)**
238238
```
239239
<activity
240240
...
@@ -248,7 +248,7 @@ define your app scheme and replace `my-scheme` and `my-host` with your info.
248248
</activity>
249249
```
250250

251-
- Enable deep linking (iOS) - **[Info.plist](https://github.com/proyecto26/react-native-inappbrowser/blob/master/example/ios/example/Info.plist#L23)**
251+
- Enable deep linking (iOS) - **[Info.plist](https://github.com/proyecto26/react-native-inappbrowser/blob/main/example/ios/example/Info.plist#L23)**
252252
```
253253
<key>CFBundleURLTypes</key>
254254
<array>

0 commit comments

Comments
 (0)