Change github.com references to freedesktop.org
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 17 Jul 2013 01:05:08 +0000 (11:05 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 17 Jul 2013 03:06:35 +0000 (13:06 +1000)
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>
README.md
libevdev/libevdev.h

index a34f4093bd14669b7797cdf7a0b35645253dfc9a..8679d35b110cea990ba3d1d7e0f4e23150eff6d6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
index 9071f5da5e156cf6cb4d12983953b6f1ea5889c1..ecc382fd280b55c8a2fb34b5b5e90ac45abe00ab 100644 (file)
  * @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
  * ============================
  * 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
  */
 
 /**