Change all URLs to gitlab.fdo

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-06-06 18:20:03 +10:00
parent 3c6766c862
commit c3953e1bb8
2 changed files with 8 additions and 12 deletions

View file

@ -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 tasks when dealing with evdev devices into a library and provides a library
interface to the callers, thus avoiding erroneous ioctls, etc. interface to the callers, thus avoiding erroneous ioctls, etc.
git://git.freedesktop.org/git/libevdev git@gitlab.freedesktop.org:libevdev/libevdev.git
http://cgit.freedesktop.org/libevdev/ https://gitlab.freedesktop.org/libevdev/libevdev.git
The eventual goal is that libevdev wraps all ioctls available to evdev The eventual goal is that libevdev wraps all ioctls available to evdev
devices, thus making direct access unnecessary. devices, thus making direct access unnecessary.
@ -14,8 +14,8 @@ devices, thus making direct access unnecessary.
Go here for the API documentation: Go here for the API documentation:
http://www.freedesktop.org/software/libevdev/doc/latest/ http://www.freedesktop.org/software/libevdev/doc/latest/
File bugs in the freedesktop.org bugzilla: File bugs in the freedesktop.org GitLab instance:
https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev https://gitlab.freedesktop.org/libevdev/libevdev/issues/
Patches, questions and general comments should be submitted to the input-tools@lists.freedesktop.org Patches, questions and general comments should be submitted to the input-tools@lists.freedesktop.org
mailing list: mailing list:

View file

@ -43,11 +43,7 @@ extern "C" {
* =========== * ===========
* The git repository is available here: * The git repository is available here:
* *
* - git://git.freedesktop.org/git/libevdev * - https://gitlab.freedesktop.org/libevdev/libevdev
*
* The git web interface is available here:
*
* - http://cgit.freedesktop.org/libevdev/
* *
* Development of libevdev is discussed on * Development of libevdev is discussed on
* [input-tools@lists.freedesktop.org](http://lists.freedesktop.org/mailman/listinfo/input-tools). * [input-tools@lists.freedesktop.org](http://lists.freedesktop.org/mailman/listinfo/input-tools).
@ -152,7 +148,7 @@ extern "C" {
* @endcode * @endcode
* *
* A more complete example is available with the libevdev-events tool here: * 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 * Backwards compatibility with older kernel
* ========================================= * =========================================
@ -167,8 +163,8 @@ extern "C" {
* *
* Reporting bugs * Reporting bugs
* ============== * ==============
* Please report bugs in the freedesktop.org bugzilla under the libevdev product: * Please report bugs in the freedesktop.org GitLab:
* https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev * https://gitlab.freedesktop.org/libevdev/libevdev/issues/
*/ */
/** /**