aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruno P. Kinoshita <kinow@apache.org>2016-10-10 19:50:35 +0000
committerBruno P. Kinoshita <kinow@apache.org>2016-10-10 19:50:35 +0000
commitf284e601309d1754be8ebe351730ddee1cc60e19 (patch)
tree10eb412153ecbdabd6106abe3144400ccfa96f29 /src
parent165518ac82555661207efca4e23b9f349c0d2fd4 (diff)
downloadapache-commons-bcel-f284e601309d1754be8ebe351730ddee1cc60e19.tar.gz
Add missing link to section 2 (JVM)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1764170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/site/xdoc/manual/introduction.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/site/xdoc/manual/introduction.xml b/src/site/xdoc/manual/introduction.xml
index 53766bd8..13cfd816 100644
--- a/src/site/xdoc/manual/introduction.xml
+++ b/src/site/xdoc/manual/introduction.xml
@@ -43,7 +43,8 @@
concepts in a very elegant way. One can write a plug-in
replacement for the system's <em>class loader</em> which is
responsible for dynamically loading class files at run-time and
- passing the byte code to the Virtual Machine (see section ).
+ passing the byte code to the Virtual Machine (see <a
+ href="jvm.html">section 2</a>).
Class loaders may thus be used to intercept the loading process
and transform classes before they get actually executed by the
JVM. While the original class files always remain unaltered, the