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>
This commit is contained in:
José Expósito 2021-06-09 09:03:15 +02:00 committed by Peter Hutterer
parent 8aed8b6df6
commit 5603ed867d
4 changed files with 4 additions and 4 deletions

View 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.
*

View 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.

View 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.
*/

View 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.
*/