This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 49a1dd12 Replace link with forwarded location 49a1dd12 is described below commit 49a1dd123fed20b21f0137ce603503f4c89f5b47 Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Sun Oct 2 16:03:00 2022 -0400 Replace link with forwarded location --- src/site/xdoc/manual/jvm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/manual/jvm.xml b/src/site/xdoc/manual/jvm.xml index 65da514e..61183878 100644 --- a/src/site/xdoc/manual/jvm.xml +++ b/src/site/xdoc/manual/jvm.xml @@ -63,7 +63,7 @@ meanings: on the one hand, Java as a programming language, on the other hand, the Java Virtual Machine, which is not necessarily targeted by the Java language exclusively, but may be used by <a - href="http://www.robert-tolksdorf.de/vmlanguages.html">other + href="https://vmlanguages.is-research.de/">other languages</a> as well. We assume the reader to be familiar with the Java language and to have a general understanding of the Virtual Machine.