From 06017cbb27c82f107451e80cf1af7dd61da9ce85 Mon Sep 17 00:00:00 2001 From: ItzSomebody <23221108+ItzSomebody@users.noreply.github.com> Date: Sat, 4 May 2019 17:25:41 -0700 Subject: [PATCH] Link Travis badge to Travis page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93971877..debd808d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Radon Java Obfuscator ![Build Status](https://travis-ci.org/ItzSomebody/Radon.svg?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/07b0849ead3f47f1a6950a0353f43541)](https://www.codacy.com/app/ItzSomebody/Radon?utm_source=github.com&utm_medium=referral&utm_content=ItzSomebody/Radon&utm_campaign=Badge_Grade) +# Radon Java Obfuscator [![Build Status](https://travis-ci.org/ItzSomebody/Radon.svg?branch=master)](https://travis-ci.org/ItzSomebody/Radon) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/07b0849ead3f47f1a6950a0353f43541)](https://www.codacy.com/app/ItzSomebody/Radon?utm_source=github.com&utm_medium=referral&utm_content=ItzSomebody/Radon&utm_campaign=Badge_Grade) Radon is a Java bytecode obfuscator that I conceptualized in my freshman year of high school. I use Radon to experiment with obfuscation and to learn various