diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 11:48:07 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 11:48:07 -0800 |
commit | 5d341d1d6c389b286279f87d7a3bdb0f5bd275f1 (patch) | |
tree | a00ab6e8c028ada3c9524e15b275bbc76506be47 /README.md | |
parent | 4985de5ef3e81d32d694c3d4a480a6311b6f1416 (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2,7 +2,7 @@ xf86-input-libinput - a libinput-based X driver =============================================== The official repository for this driver is -http://cgit.freedesktop.org/xorg/driver/xf86-input-libinput/ +https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput This is an X driver based on libinput. It is a thin wrapper around libinput, so while it does provide all features that libinput supports it does little @@ -20,10 +20,10 @@ xorg-x11-server-devel package or similar) and libinput (check your distribution for libinput-devel or similar). To get libinput from source, see: -http://www.freedesktop.org/wiki/Software/libinput/ +https://www.freedesktop.org/wiki/Software/libinput/ To build the X server from source: -http://www.x.org/wiki/Building_the_X_Window_System/ +https://www.x.org/wiki/Building_the_X_Window_System/ Building -------- @@ -48,8 +48,8 @@ This will assign this driver to *all* devices. Use with caution. Bugs ---- -Bugs in libinput go to the "libinput" component of wayland: -https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland +Bugs in libinput go to the Issues section of the libinput gitlab project: +https://gitlab.freedesktop.org/libinput/libinput/issues -Bugs in this driver go to the "Input/libinput" component of xorg: -https://bugs.freedesktop.org/enter_bug.cgi?product=xorg +Bugs in this driver go to the Issues section of its gitlab project: +https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues |