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

@ -2,18 +2,17 @@
A couple of quick tips to ease the submission process. 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), * You may use [Github](https://github.com/iBotPeaches/Apktool) or [Bitbucket](https://bitbucket.org/iBotPeaches/apktool/) to submit a pull request.
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. * 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. * [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 ## Code Styles

View File

@ -4,7 +4,7 @@ Copyright 2014 Ryszard Wiśniewski <brut.alll@gmail.com>
This product includes software developed by: This product includes software developed by:
* Ryszard Wiśniewski (brut.alll@gmail.com) * 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/) * Dmitry Skiba (http://code.google.com/p/android4me/)
* Tahseen Ur Rehman (http://code.google.com/p/radixtree/) * Tahseen Ur Rehman (http://code.google.com/p/radixtree/)
* Connor Tumbleson (connor.tumbleson@gmail.com) * Connor Tumbleson (connor.tumbleson@gmail.com)

View File

@ -470,7 +470,7 @@ public class Main {
// print out more information // print out more information
System.out.println( System.out.println(
"For additional info, see: http://ibotpeaches.github.io/Apktool/ \n" "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) { private static void setupLogging(Verbosity verbosity) {