From c3953e1bb8f813f3e248047d23fb0775b147da9f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 6 Jun 2018 18:20:03 +1000 Subject: [PATCH] Change all URLs to gitlab.fdo Signed-off-by: Peter Hutterer --- README.md | 8 ++++---- libevdev/libevdev.h | 12 ++++-------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 499d2d6..c205149 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc. -git://git.freedesktop.org/git/libevdev -http://cgit.freedesktop.org/libevdev/ +git@gitlab.freedesktop.org:libevdev/libevdev.git +https://gitlab.freedesktop.org/libevdev/libevdev.git The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary. @@ -14,8 +14,8 @@ devices, thus making direct access unnecessary. Go here for the API documentation: http://www.freedesktop.org/software/libevdev/doc/latest/ -File bugs in the freedesktop.org bugzilla: -https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev +File bugs in the freedesktop.org GitLab instance: +https://gitlab.freedesktop.org/libevdev/libevdev/issues/ Patches, questions and general comments should be submitted to the input-tools@lists.freedesktop.org mailing list: diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index b36d3b4..4c516ad 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -43,11 +43,7 @@ extern "C" { * =========== * The git repository is available here: * - * - git://git.freedesktop.org/git/libevdev - * - * The git web interface is available here: - * - * - http://cgit.freedesktop.org/libevdev/ + * - https://gitlab.freedesktop.org/libevdev/libevdev * * Development of libevdev is discussed on * [input-tools@lists.freedesktop.org](http://lists.freedesktop.org/mailman/listinfo/input-tools). @@ -152,7 +148,7 @@ extern "C" { * @endcode * * A more complete example is available with the libevdev-events tool here: - * http://cgit.freedesktop.org/libevdev/tree/tools/libevdev-events.c + * https://gitlab.freedesktop.org/libevdev/libevdev/blob/master/tools/libevdev-events.c * * Backwards compatibility with older kernel * ========================================= @@ -167,8 +163,8 @@ extern "C" { * * Reporting bugs * ============== - * Please report bugs in the freedesktop.org bugzilla under the libevdev product: - * https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev + * Please report bugs in the freedesktop.org GitLab: + * https://gitlab.freedesktop.org/libevdev/libevdev/issues/ */ /** -- 2.34.1