From: Peter Hutterer Date: Tue, 27 Jun 2017 01:15:59 +0000 (+1000) Subject: README: fix link to libinput-debug-events X-Git-Tag: 1.8.0~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e9ebfa3002b527173cecbb1871c40ebe8159a94;p=platform%2Fupstream%2Flibinput.git README: fix link to libinput-debug-events Signed-off-by: Peter Hutterer --- diff --git a/README.md b/README.md index c1ceb8ea..b8a0cb7a 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: