summaryrefslogtreecommitdiff
path: root/src/wcmCommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wcmCommon.c')
-rw-r--r--src/wcmCommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index 91a1b34..3c2bc84 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -1216,7 +1216,7 @@ static void detectPressureIssue(WacomDevicePtr priv,
"On %s(%d) a base pressure of %d persists while the pen is in proximity.\n"
"\tThis is > %d percent of the maximum value (%d).\n"
"\tThis indicates a worn out pen, it is time to change your tool. Also see:\n"
- "\thttp://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Pen_Wear.\n",
+ "\thttps://github.com/linuxwacom/xf86-input-wacom/wiki/Pen-Wear.\n",
priv->pInfo->name, priv->serial, priv->minPressure, LIMIT_LOW_PRESSURE, common->wcmMaxZ);
} else if (!priv->oldState.proximity)
priv->eventCnt = 0;