Skip to content

Commit 7cfed22

Browse files
committed
docs: update manual setup links in withCodePushAndroid.js and withCodePushIos.js
1 parent 84a1264 commit 7cfed22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

expo/plugin/withCodePushAndroid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function androidMainApplicationApplyImplementation(
2121
Please add "${add.replace(/\n/g, '').trim()}" to the MainApplication.kt.
2222
Supported format: Expo SDK default template.
2323
24-
Android manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#3-android-setup
24+
Android manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#2-1-manual-setup
2525
`,
2626
);
2727

expo/plugin/withCodePushIos.js

Lines changed: 2 additions & 2 deletions
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#2-1-manual-setup
2828
`,
2929
);
3030

@@ -126,7 +126,7 @@ const withIosBridgingHeader = (config) => {
126126
#import <CodePush/CodePush.h>
127127
128128
Supported format: Expo SDK default template.
129-
iOS manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#2-edit-appdelegate-code
129+
iOS manual setup: https://github.com/Soomgo-Mobile/react-native-code-push#2-1-manual-setup
130130
`
131131
);
132132

0 commit comments

Comments
 (0)