Skip to content

Commit

Permalink
fix: update links for apktool/baksmali/smali on usage
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jul 17, 2023
1 parent 600cbb2 commit ba2f128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ private static void usage() {

// 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) {
Expand Down

0 comments on commit ba2f128

Please sign in to comment.