doc: update draw.io URL
authorJosé Expósito <jose.exposito89@gmail.com>
Wed, 9 Jun 2021 07:03:15 +0000 (09:03 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 9 Jun 2021 22:12:35 +0000 (22:12 +0000)
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>
src/evdev-middle-button.c
src/evdev-mt-touchpad-buttons.c
src/evdev-mt-touchpad-gestures.c
src/evdev-mt-touchpad-tap.c

index a9fb12ae3aed6e4503159712c0fd941449d4f4e9..8d5dd199af47c36fd44c98294e4da4d815d62249 100644 (file)
@@ -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.
  *
index 8ce1e13c2337ceddc717d92823377e4b53a5f56b..3974dbf6c30802194396dccb6a422ddedcf918a9 100644 (file)
@@ -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.
index 102830baada6e5b50056c1207d54626502657fa0..44a9261bc046577c4486e7990eeffadcd880f7cf 100644 (file)
@@ -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.
  */
index 7c4349a62e73a63bafbd51b69b3b671391897b64..530f71a864044d1f5a8d5b9f078aa466d891e242 100644 (file)
@@ -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.
  */