From 1212837296288f64edffdfd9a77154de58fa8048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Wed, 22 Jul 2015 21:38:30 +0200 Subject: [PATCH] Fix javassist url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7466da6..89d648f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [ASM](http://asm.ow2.org/) - All purpose, low level, bytecode manipulation and analysis. * [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API. -* [Javassist](http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/) - Tries to simplify the editing of bytecode. +* [Javassist](http://jboss-javassist.github.io/javassist) - Tries to simplify the editing of bytecode. ## Cluster Management