Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit fd95952

Browse files
committed
Update URL in prelink script
1 parent e997432 commit fd95952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scripts/prelink.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ try {
1919
console.log(
2020
'\033[95mreact-native-fetch-blob\033[97m link \033[91mFAILED \033[97m\nCould not automatically link Android package, '+
2121
'please follow the instructions to manually link the library : ' +
22-
'\033[4mhttps://github.com/wkh237/react-native-fetch-blob#manually-link-the-package-android\n\n')
22+
'\033[4mhttps://github.com/wkh237/react-native-fetch-blob/wiki/Manually-Link-Package\n\n')
2323
return
2424
}
2525
var main = fs.readFileSync(APPLICATION_MAIN);
@@ -79,7 +79,7 @@ try {
7979
console.log(
8080
'\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
8181
'\033[97mplease run the following command if you want to add default permissions :\n\n' +
82-
'\033[96m\tRNFB_ANDROID_PERMISSION=true rnpm link\n\n')
82+
'\033[96m\tRNFB_ANDROID_PERMISSION=true rnpm link\n')
8383
}
8484

8585
function checkVersion() {
@@ -92,5 +92,5 @@ try {
9292
'\033[95mreact-native-fetch-blob\033[97m link \033[91mFAILED \033[97m\nCould not automatically link package :'+
9393
err.stack +
9494
'please follow the instructions to manually link the library : ' +
95-
'\033[4mhttps://github.com/wkh237/react-native-fetch-blob#manually-link-the-package-android\n\n')
95+
'\033[4mhttps://github.com/wkh237/react-native-fetch-blob/wiki/Manually-Link-Package\n')
9696
}

0 commit comments

Comments
 (0)