From 66568ede012c6ce7407253264dcb1342ef67987f Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 14 Mar 2015 08:20:58 -0500 Subject: [PATCH] [skip] fix dead license link in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60c51c4f..0b350658 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ### Apktool [![Build Status](https://travis-ci.org/iBotPeaches/Apktool.svg?branch=master)](https://travis-ci.org/iBotPeaches/Apktool) -[![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/iBotPeaches/Apktool/blob/master/brut.apktool/LICENSE) -[![Project Status](https://stillmaintained.com/iBotPeaches/Apktool.png)](https://stillmaintained.com/iBotPeaches/Apktool) +[![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/iBotPeaches/Apktool/blob/master/LICENSE) +[![Project Status](http://stillmaintained.com/iBotPeaches/Apktool.png)](http://stillmaintained.com/iBotPeaches/Apktool) 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.