Change github.com references to freedesktop.org

Except for the API documentation, that'll stay on github for now until
I figure out where to put it (and have the space to put it in).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-07-17 11:05:08 +10:00
parent 76a03e5326
commit a9a5a93a78
2 changed files with 11 additions and 3 deletions

View file

@ -5,7 +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.
http://github.com/whot/libevdev
git://git.freedesktop.org/git/libevdev
http://cgit.freedesktop.org/libevdev/
**libevdev is currently in early stages of development. Use at your own risk**
@ -15,3 +16,5 @@ devices, thus making direct access unnecessary.
Go here for the API documentation:
http://whot.github.io/libevdev/
File bugs in the freedesktop.org bugzilla:
https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev

View file

@ -125,7 +125,7 @@
* @endcode
*
* A more complete example is available with the libevdev-events tool here:
* https://github.com/whot/libevdev/blob/master/tools/libevdev-events.c
* http://cgit.freedesktop.org/libevdev/tree/tools/libevdev-events.c
*
* libevdev internal test suite
* ============================
@ -173,7 +173,12 @@
* License information
* ===================
* libevdev is licensed under the
* [X11 license](http://github.com/whot/libevdev/blob/master/COPYING).
* [X11 license](http://cgit.freedesktop.org/libevdev/tree/COPYING).
*
* Reporting bugs
* ==============
* Please report bugs in the freedesktop.org bugzilla under the libevdev product:
* https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev
*/
/**