summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Expósito <jose.exposito89@gmail.com>2021-06-09 09:03:15 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2021-06-09 22:12:35 +0000
commit5603ed867d26253dd6ddd4886cf00fbfe135e617 (patch)
tree90617e4045cc75a55ddf7063ba5ee3359a5e1616
parent8aed8b6df61bbcbaeb5aee5ae9070fb5f92d41c3 (diff)
doc: update draw.io URL
The tool used to generate diagrams (draw.io) is now diagrams.net. Update the URL in the comments. Signed-off-by: José Expósito <jose.exposito89@gmail.com>
-rw-r--r--src/evdev-middle-button.c2
-rw-r--r--src/evdev-mt-touchpad-buttons.c2
-rw-r--r--src/evdev-mt-touchpad-gestures.c2
-rw-r--r--src/evdev-mt-touchpad-tap.c2
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.
*/