summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-06-27 11:15:59 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-06-28 07:20:10 +1000
commit1e9ebfa3002b527173cecbb1871c40ebe8159a94 (patch)
treeadf941ab19fb6bff89f8ca4d6ab54a1dd98c9064
parent98b8fb8f9842ed0da09ffcf31ac2a294ab1a789d (diff)
README: fix link to libinput-debug-events
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c1ceb8e..b8a0cb7 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Examples of how to use libinput are the debugging tools in the libinput
repository. Developers are encouraged to look at those tools for a
real-world (yet simple) example on how to use libinput.
-- A commandline debugging tool: https://cgit.freedesktop.org/wayland/libinput/tree/tools/event-debug.c
+- A commandline debugging tool: https://cgit.freedesktop.org/wayland/libinput/tree/tools/libinput-debug-events.c
- A GTK application that draws cursor/touch/tablet positions: https://cgit.freedesktop.org/wayland/libinput/tree/tools/libinput-debug-gui.c
Build instructions: