update url of Google Code to GitHub

This commit is contained in:
CzBiX
2015-10-24 15:36:00 +08:00
parent 83f3273a48
commit 7b116d974f
3 changed files with 6 additions and 7 deletions

View File

@ -470,7 +470,7 @@ public class Main {
// print out more information
System.out.println(
"For additional info, see: http://ibotpeaches.github.io/Apktool/ \n"
+ "For smali/baksmali info, see: http://code.google.com/p/smali/");
+ "For smali/baksmali info, see: https://github.com/JesusFreke/smali");
}
private static void setupLogging(Verbosity verbosity) {