README: stop pointing at bugs.freedesktop.org
authorRan Benita <ran234@gmail.com>
Tue, 26 Feb 2019 16:26:01 +0000 (18:26 +0200)
committerRan Benita <ran234@gmail.com>
Tue, 26 Feb 2019 16:32:32 +0000 (18:32 +0200)
No-one filed bugs in there for a while, let's consolidate on the more
popular one.

Signed-off-by: Ran Benita <ran234@gmail.com>
README.md
configure.ac

index b8ae50d..73950dd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,12 +58,10 @@ xkbcommon is maintained in git at
 
 Patches are always welcome, and may be sent to either
     <xorg-devel@lists.x.org> or <wayland-devel@lists.freedesktop.org>
-or through github.
+or in a [GitHub](https://github.com/xkbcommon/libxkbcommon) pull request.
 
-Bug reports are also welcome, and may be filed either at
-    Bugzilla https://bugs.freedesktop.org/describecomponents.cgi?product=libxkbcommon
-or
-    Github https://github.com/xkbcommon/libxkbcommon/issues
+Bug reports are also welcome, and may be filed at
+[GitHub](https://github.com/xkbcommon/libxkbcommon/issues).
 
 The maintainers are
 - Daniel Stone <daniel@fooishbar.org>
index d132435..957da59 100644 (file)
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
 # Initialize Autoconf
 AC_PREREQ([2.63])
 AC_INIT([libxkbcommon], [0.8.4],
-        [https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon],
+        [https://github.com/xkbcommon/libxkbcommon/issues],
         [libxkbcommon], [https://xkbcommon.org])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([src/config.h])