From 5603ed867d26253dd6ddd4886cf00fbfe135e617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 9 Jun 2021 09:03:15 +0200 Subject: [PATCH] doc: update draw.io URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tool used to generate diagrams (draw.io) is now diagrams.net. Update the URL in the comments. Signed-off-by: José Expósito --- src/evdev-middle-button.c | 2 +- src/evdev-mt-touchpad-buttons.c | 2 +- src/evdev-mt-touchpad-gestures.c | 2 +- src/evdev-mt-touchpad-tap.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/evdev-middle-button.c b/src/evdev-middle-button.c index a9fb12ae..8d5dd199 100644 --- a/src/evdev-middle-button.c +++ b/src/evdev-middle-button.c @@ -32,7 +32,7 @@ /***************************************** * BEFORE YOU EDIT THIS FILE, look at the state diagram in * doc/middle-button-emulation-state-machine.svg (generated with - * https://draw.io). + * https://www.diagrams.net). * * Any changes in this file must be represented in the diagram. * diff --git a/src/evdev-mt-touchpad-buttons.c b/src/evdev-mt-touchpad-buttons.c index 8ce1e13c..3974dbf6 100644 --- a/src/evdev-mt-touchpad-buttons.c +++ b/src/evdev-mt-touchpad-buttons.c @@ -37,7 +37,7 @@ /***************************************** * BEFORE YOU EDIT THIS FILE, look at the state diagram in * doc/touchpad-softbutton-state-machine.svg (generated with - * https://draw.io). + * https://www.diagrams.net). * Any changes in this file must be represented in the diagram. * * The state machine only affects the soft button area code. diff --git a/src/evdev-mt-touchpad-gestures.c b/src/evdev-mt-touchpad-gestures.c index 102830ba..44a9261b 100644 --- a/src/evdev-mt-touchpad-gestures.c +++ b/src/evdev-mt-touchpad-gestures.c @@ -50,7 +50,7 @@ enum gesture_event { * DO NOT EDIT THIS FILE! * * Look at the state diagram in doc/touchpad-gestures-state-machine.svg - * (generated with https://draw.io) + * (generated with https://www.diagrams.net) * * Any changes in this file must be represented in the diagram. */ diff --git a/src/evdev-mt-touchpad-tap.c b/src/evdev-mt-touchpad-tap.c index 7c4349a6..530f71a8 100644 --- a/src/evdev-mt-touchpad-tap.c +++ b/src/evdev-mt-touchpad-tap.c @@ -50,7 +50,7 @@ enum tap_event { * DO NOT EDIT THIS FILE! * * Look at the state diagram in doc/touchpad-tap-state-machine.svg - * (generated with https://draw.io) + * (generated with https://www.diagrams.net) * * Any changes in this file must be represented in the diagram. */