fixed broken Javadoc link
diff --git a/src/org/objectweb/asm/MethodWriter.java b/src/org/objectweb/asm/MethodWriter.java
index 6bea6c3..007a2bd 100644
--- a/src/org/objectweb/asm/MethodWriter.java
+++ b/src/org/objectweb/asm/MethodWriter.java
@@ -1424,7 +1424,7 @@
    *      negative, the <i>last</i> |<tt>sizes[i]</tt>| bytes of the instruction
    *      will be removed (the instruction size <i>must not</i> become negative
    *      or null). The gaps introduced by this method must be filled in
-   *      "manually" in the array returned by the {@link #getCode getCode}
+   *      "manually" in {@link #code code}
    *      method.
    * @param len the number of instruction to be resized. Must be smaller than or
    *      equal to <tt>indexes</tt>.length and <tt>sizes</tt>.length.