summaryrefslogtreecommitdiff
path: root/Doc/Manual/Typemaps.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/Typemaps.html')
-rw-r--r--Doc/Manual/Typemaps.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Typemaps.html b/Doc/Manual/Typemaps.html
index 51fadb095..3d6abf88e 100644
--- a/Doc/Manual/Typemaps.html
+++ b/Doc/Manual/Typemaps.html
@@ -655,7 +655,7 @@ The <a href="http://en.wikipedia.org/wiki/Aspect-oriented_programming#Terminolog
<li> <b>Aspect</b>: Aspects are the combination of the pointcut and the advice, hence each typemap is an aspect.
</ul>
<p>
-SWIG can also be viewed as has having a second set of aspects based around <a href="Customization.html">%feature</a>.
+SWIG can also be viewed as has having a second set of aspects based around <a href="Customization.html#Customization">%feature</a>.
Features such as <tt>%exception</tt> are also cross-cutting concerns as they encapsulate code that can be used to add logging or exception handling to any function.
</p>