diff options
author | José Expósito <jose.exposito89@gmail.com> | 2021-10-30 12:10:10 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-12-13 13:07:24 +1000 |
commit | 033aee76abf08dd178ba078da17176c196fbb1f9 (patch) | |
tree | da211d50fa926b8f037b439328107b0541cf222f | |
parent | ac385e12dcfd353dc07f1d732732b394311ce8c2 (diff) |
doc/user: fix broken link to systemd 60-evdev.hwdb
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
(cherry picked from commit be3c09bc1562b20db3e6533ab2e3347d05376a11)
-rw-r--r-- | doc/user/tablet-debugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/tablet-debugging.rst b/doc/user/tablet-debugging.rst index 2676650d..83d502de 100644 --- a/doc/user/tablet-debugging.rst +++ b/doc/user/tablet-debugging.rst @@ -39,6 +39,6 @@ the ``libinput record`` tool. - **resolution** indicates that the device does not have a resolution set for the x and y axes. This can be fixed with a hwdb entry, locate and read the `60-evdev.hwdb - <https://github.com/systemd/systemd/tree/master/hwdb/60-evdev.hwdb>`__ file + <https://github.com/systemd/systemd/blob/main/hwdb.d/60-evdev.hwdb>`__ file on your machine and file a pull request with the fixes against `systemd <https://github.com/systemd/systemd/>`__. |