summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-02-24 22:07:36 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-02-24 22:07:36 +0000
commitc3c4ec1e88c3838d4cd3ffc127bfce569e6ae383 (patch)
treefe95edf4db8ecd239fb9650707257435c8404c06 /Doc
parentac8de714af1d7fbd755597b0f51792212f552ef7 (diff)
downloadswig-c3c4ec1e88c3838d4cd3ffc127bfce569e6ae383.tar.gz
html link corrections
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Java.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html
index 2f55f5b04..dc403a98c 100644
--- a/Doc/Manual/Java.html
+++ b/Doc/Manual/Java.html
@@ -4030,7 +4030,7 @@ repetitive duplication of the <code>director:except</code> feature code
for each director method.
To mitigate this, a second approach is provided via typemaps in a
fashion analogous to
-the <a href="Typemaps.html#throws_typemap">"throws" typemap</a>.
+the <a href="Typemaps.html#Typemaps_throws_typemap">"throws" typemap</a>.
The "throws" typemap provides a way to map all the C++
exceptions listed in a method's defined exceptions (either from
a C++ <em>exception specification</em> or a <code>%catches</code>
@@ -4081,7 +4081,7 @@ has the <code>$directorthrowshandlers</code> special variable replaced with the
the relevant "directorthrows" typemaps, for each and every exception defined for the method.
The relevant exceptions can be defined either with a C++ exception
specification or <code>%catches</code> as described for the
-<a href="Typemaps.html#throws_typemap">"throws" typemap</a>.
+<a href="Typemaps.html#Typemaps_throws_typemap">"throws" typemap</a>.
</p>
<p>