Skip to content

Commit 6747661

Browse files
committed
chore: fix error console manual setup link
1 parent 38fd518 commit 6747661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expo/plugin/withCodePushAndroid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function androidMainApplicationApplyImplementation(
3131
Please add "${add.replace(/\n/g, '').trim()}" to the MainApplication.kt.
3232
Supported format: Expo SDK default template.
3333
34-
Android manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#3-android-setup
34+
Android manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#4-android-setup
3535
`,
3636
);
3737

expo/plugin/withCodePushIos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function iosApplyImplementation(
2424
Please ${replace ? 'replace' : 'add'} "${add.replace(/\n/g, '').trim()}" to the AppDelegate.(m|swift).
2525
Supported format: Expo SDK default template.
2626
27-
iOS manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#2-ios-setup
27+
iOS manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#3-ios-setup
2828
`,
2929
);
3030

0 commit comments

Comments
 (0)