Skip to content

Commit

Permalink
Merge pull request iBotPeaches#1073 from CzBiX/google_code_url
Browse files Browse the repository at this point in the history
update url of Google Code to GitHub
  • Loading branch information
iBotPeaches committed Oct 24, 2015
2 parents 83f3273 + 7b116d9 commit 9ca830e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright 2014 Ryszard Wiśniewski <brut.alll@gmail.com>
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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ private static void usage(CommandLine commandLine) {
// 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) {
Expand Down

0 comments on commit 9ca830e

Please sign in to comment.