Skip to content

Commit

Permalink
Fix links to ASM website (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Oct 2, 2023
1 parent 4ba332f commit 6798260
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion org.jacoco.build/licenses/asm-9.5.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h4>ASM</h4>

<p>
<a href="http://asm.objectweb.org/">ASM 9.5</a> is subject to the terms and
<a href="https://asm.ow2.io/">ASM 9.5</a> is subject to the terms and
conditions of the following license:
</p>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.doc/docroot/doc/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>API Usage Examples</h1>

<p>
To compile and run these example you need
<a href="http://asm.ow2.org/">ASM</a> ${asm.version} in addition to the JaCoCo
<a href="https://asm.ow2.io/">ASM</a> ${asm.version} in addition to the JaCoCo
libraries.
</p>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.doc/docroot/doc/flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ <h2>Performance</h2>
<h2>References</h2>

<ul>
<li><a href="http://asm.objectweb.org/">ASM byte code library</a> by Eric Bruneton at al.</li>
<li><a href="https://asm.ow2.io/">ASM byte code library</a> by Eric Bruneton at al.</li>
<li><a href="http://andrei.gmxhome.de/bytecode/index.html">Bytecode Outline Plug-In</a> by Andrei Loskutov</li>
<li><a href="http://en.wikipedia.org/wiki/Glossary_of_graph_theory">Wikipedia: Glossary of Graph Theory</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.doc/docroot/doc/implementation.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Byte Code Manipulation</h2>
<p>
Implementing the Java byte code specification would be an extensive and
error-prone task. Therefore an existing library should be used. The
<a href="http://asm.objectweb.org/">ASM</a> library is lightweight, easy to
<a href="https://asm.ow2.io/">ASM</a> library is lightweight, easy to
use and very efficient in terms of memory and CPU usage. It is actively
maintained and includes a huge regression test suite. Its simplified BSD
license is approved by the Eclipse Foundation for usage with EPL products.
Expand Down

0 comments on commit 6798260

Please sign in to comment.