From 202d4ca216ee4c6ee1dfc11fdd59171d464987bc Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 4 Mar 2021 07:06:27 -0500 Subject: [PATCH] docs: overhaul readme links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c435b5a9..d3e10d9d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **This is the repository for Apktool. If you are looking for the Apktool website. Click [here](https://github.com/iBotPeaches/Apktool/tree/gh-pages).** [![Join the chat at https://gitter.im/iBotPeaches/Apktool](https://badges.gitter.im/iBotPeaches/Apktool.svg)](https://gitter.im/iBotPeaches/Apktool?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Build Status](https://travis-ci.org/iBotPeaches/Apktool.svg?branch=master)](https://travis-ci.org/iBotPeaches/Apktool) +[![CI](https://github.com/iBotPeaches/Apktool/actions/workflows/test.yml/badge.svg)](https://github.com/iBotPeaches/Apktool/actions/workflows/test.yml) [![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/iBotPeaches/Apktool/blob/master/LICENSE) It is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc. @@ -10,7 +10,7 @@ It is a tool for reverse engineering 3rd party, closed, binary Android apps. It It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like. #### Support -- [Project Page](http://ibotpeaches.github.io/Apktool/) +- [Project Page](https://ibotpeaches.github.io/Apktool/) - [#apktool on freenode](http://webchat.freenode.net/?channels=apktool) #### Sponsored by @@ -19,7 +19,7 @@ It is NOT intended for piracy and other non-legal uses. It could be used for loc #### IDE of Choice -[![JetBrains IntelliJ](.github/intellij.png?raw=true)](https://www.jetbrains.com/idea/) +* [![JetBrains IntelliJ](https://www.jetbrains.com/idea/) #### Security Vulnerabilities @@ -27,13 +27,13 @@ If you discover a security vulnerability within Apktool, please send an e-mail t #### Links - [Downloads](https://bitbucket.org/iBotPeaches/apktool/downloads) -- [Downloads Mirror](http://connortumbleson.com/apktool/) -- [How to Build](http://ibotpeaches.github.io/Apktool/build/) -- [Documentation](http://ibotpeaches.github.io/Apktool/documentation/) +- [Downloads Mirror](https://connortumbleson.com/apktool/) +- [How to Build](https://ibotpeaches.github.io/Apktool/build/) +- [Documentation](https://ibotpeaches.github.io/Apktool/documentation/) - [Bug Reports](https://github.com/iBotPeaches/Apktool/issues) - [Chat on Gitter](https://gitter.im/iBotPeaches/Apktool) - [Changelog/Information](http://ibotpeaches.github.io/Apktool/changes/) -- [XDA Post](http://forum.xda-developers.com/showthread.php?p=28366939) +- [XDA Post](https://forum.xda-developers.com/t/util-dec-2-2020-apktool-tool-for-reverse-engineering-apk-files.1755243/) - [Source (Github)](https://github.com/iBotPeaches/Apktool) - [Source (Bitbucket)](https://bitbucket.org/iBotPeaches/apktool/)