fix: update links for apktool/baksmali/smali on usage

This commit is contained in:
Connor Tumbleson 2023-07-17 06:55:08 -04:00
parent 600cbb2a50
commit ba2f1283ed
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75
1 changed files with 2 additions and 2 deletions

View File

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