浏览代码

Update URL in prelink script

Ben Hsieh 7 年前
父节点
当前提交
fd95952164
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/scripts/prelink.js

+ 3
- 3
src/scripts/prelink.js 查看文件

@@ -19,7 +19,7 @@ try {
19 19
       console.log(
20 20
         '\033[95mreact-native-fetch-blob\033[97m link \033[91mFAILED \033[97m\nCould not automatically link Android package, '+
21 21
         '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')
23 23
       return
24 24
     }
25 25
     var main = fs.readFileSync(APPLICATION_MAIN);
@@ -79,7 +79,7 @@ try {
79 79
     console.log(
80 80
       '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
81 81
       '\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')
83 83
   }
84 84
 
85 85
   function checkVersion() {
@@ -92,5 +92,5 @@ try {
92 92
     '\033[95mreact-native-fetch-blob\033[97m link \033[91mFAILED \033[97m\nCould not automatically link package :'+
93 93
     err.stack +
94 94
     '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')
96 96
 }