diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java
index 70bf6a6fa..967c18273 100644
--- a/core/src/processing/core/PApplet.java
+++ b/core/src/processing/core/PApplet.java
@@ -13583,7 +13583,7 @@ public class PApplet extends Applet
* As of release 0149, this function ignores imageMode().
* ( end auto-generated )
*
- * @webref pimage:method
+ * @webref image:pixels
* @brief Copies a pixel or rectangle of pixels using different blending modes
* @param src an image variable referring to the source image
* @param sx X coordinate of the source's upper left corner
diff --git a/core/src/processing/core/PImage.java b/core/src/processing/core/PImage.java
index a0cc3e248..d669617f0 100644
--- a/core/src/processing/core/PImage.java
+++ b/core/src/processing/core/PImage.java
@@ -1700,7 +1700,7 @@ public class PImage implements PConstants, Cloneable {
* As of release 0149, this function ignores imageMode().
* ( end auto-generated )
*
- * @webref pimage:method
+ * @webref image:pixels
* @brief Copies a pixel or rectangle of pixels using different blending modes
* @param src an image variable referring to the source image
* @param sx X coordinate of the source's upper left corner