From 7b116d974f3a5110115762deaf4b2ef90487d623 Mon Sep 17 00:00:00 2001 From: CzBiX Date: Sat, 24 Oct 2015 15:36:00 +0800 Subject: [PATCH] update url of Google Code to GitHub --- CONTRIBUTING.md | 9 ++++----- CONTRIBUTORS.md | 2 +- .../apktool-cli/src/main/java/brut/apktool/Main.java | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16b68a09..03836084 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,18 +2,17 @@ A couple of quick tips to ease the submission process. - * You may use [Github](https://github.com/iBotPeaches/Apktool), [GoogleCode](http://code.google.com/p/android-apktool/source/list), - or [Bitbucket](https://bitbucket.org/iBotPeaches/apktool/) to submit a pull request. + * You may use [Github](https://github.com/iBotPeaches/Apktool) or [Bitbucket](https://bitbucket.org/iBotPeaches/apktool/) to submit a pull request. - * Please reference the bug number from our [issue list](https://code.google.com/p/android-apktool/issues/list) in any pull requests to help associate fixes with bugs. + * Please reference the bug number from our [issue list](https://github.com/iBotPeaches/Apktool/issues) in any pull requests to help associate fixes with bugs. * If possible, add unit-tests for any bugs that you fix. - * [Building](http://code.google.com/p/android-apktool/wiki/BuildApktool) via Gradle will automatically run unit-tests. The build will end if any test fails. + * [Building](http://ibotpeaches.github.io/Apktool/build/) via Gradle will automatically run unit-tests. The build will end if any test fails. * [IntelliJ IDEA](http://www.jetbrains.com/idea/) is our IDE of choice. It has built in debugger support along with Gradle integration. - * For changes to smali/baksmali please see their [page](http://code.google.com/p/smali/) for more information. + * For changes to smali/baksmali please see their [page](https://github.com/JesusFreke/smali) for more information. ## Code Styles diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 201cb26c..6678e0b5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -4,7 +4,7 @@ Copyright 2014 Ryszard Wiśniewski This product includes software developed by: * Ryszard Wiśniewski (brut.alll@gmail.com) - * JesusFreke (http://code.google.com/p/smali/) + * JesusFreke (https://github.com/JesusFreke/smali) * Dmitry Skiba (http://code.google.com/p/android4me/) * Tahseen Ur Rehman (http://code.google.com/p/radixtree/) * Connor Tumbleson (connor.tumbleson@gmail.com) diff --git a/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java b/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java index 66d35efe..2256ca9e 100644 --- a/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java +++ b/brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java @@ -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) {