README: fix link to libinput-debug-events
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 27 Jun 2017 01:15:59 +0000 (11:15 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 27 Jun 2017 21:20:10 +0000 (07:20 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
README.md

index c1ceb8e..b8a0cb7 100644 (file)
--- 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: