From a94dc6cfdc12eda137a8356d46665906d3b00257 Mon Sep 17 00:00:00 2001 From: Michael Wan Date: Fri, 5 Jan 2018 11:09:01 +0800 Subject: [PATCH] Update README.md https://asm.ow2.org/ will redirect to https://www.ow2.org/bin/view/Main/, changed to http://asm.ow2.org/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71ec010..73cab7b 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries to manipulate bytecode programmatically.* -* [ASM](https://asm.ow2.org/) - All-purpose, low-level bytecode manipulation and analysis. +* [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. * [Byteman](https://byteman.jboss.org/) - Manipulate bytecode at runtime via DSL (rules); mainly for testing/troubleshooting. * [cglib](https://github.com/cglib/cglib) - Bytecode generation library.