File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
org.jacoco.build/licenses
org.jacoco.doc/docroot/doc Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< h4 > ASM</ h4 >
2
2
3
3
< p >
4
- < a href ="http ://asm.objectweb.org / "> ASM 9.5</ a > is subject to the terms and
4
+ < a href ="https ://asm.ow2.io / "> ASM 9.5</ a > is subject to the terms and
5
5
conditions of the following license:
6
6
</ p >
7
7
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h1>API Usage Examples</h1>
26
26
27
27
< p >
28
28
To compile and run these example you need
29
- < a href ="http ://asm.ow2.org / "> ASM</ a > ${asm.version} in addition to the JaCoCo
29
+ < a href ="https ://asm.ow2.io / "> ASM</ a > ${asm.version} in addition to the JaCoCo
30
30
libraries.
31
31
</ p >
32
32
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ <h2>Performance</h2>
415
415
< h2 > References</ h2 >
416
416
417
417
< ul >
418
- < li > < a href ="http ://asm.objectweb.org / "> ASM byte code library</ a > by Eric Bruneton at al.</ li >
418
+ < li > < a href ="https ://asm.ow2.io / "> ASM byte code library</ a > by Eric Bruneton at al.</ li >
419
419
< li > < a href ="http://andrei.gmxhome.de/bytecode/index.html "> Bytecode Outline Plug-In</ a > by Andrei Loskutov</ li >
420
420
< li > < a href ="http://en.wikipedia.org/wiki/Glossary_of_graph_theory "> Wikipedia: Glossary of Graph Theory</ a > </ li >
421
421
</ ul >
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ <h2>Byte Code Manipulation</h2>
109
109
< p >
110
110
Implementing the Java byte code specification would be an extensive and
111
111
error-prone task. Therefore an existing library should be used. The
112
- < a href ="http ://asm.objectweb.org / "> ASM</ a > library is lightweight, easy to
112
+ < a href ="https ://asm.ow2.io / "> ASM</ a > library is lightweight, easy to
113
113
use and very efficient in terms of memory and CPU usage. It is actively
114
114
maintained and includes a huge regression test suite. Its simplified BSD
115
115
license is approved by the Eclipse Foundation for usage with EPL products.
You can’t perform that action at this time.
0 commit comments