summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2019-02-26 18:26:01 +0200
committerRan Benita <ran234@gmail.com>2019-02-26 18:32:32 +0200
commit6f0f9534b32972a9dbaa8ac8262966949b69de98 (patch)
treef6aa204a22bda8ba20fbff836dd99901cdefd5ac
parent9badb4e4a250efc92af0cc6b952bddf12d826c27 (diff)
downloadxorg-lib-libxkbcommon-6f0f9534b32972a9dbaa8ac8262966949b69de98.tar.gz
README: stop pointing at bugs.freedesktop.org
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>
-rw-r--r--README.md8
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index b8ae50d..73950dd 100644
--- 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>
diff --git a/configure.ac b/configure.ac
index d132435..957da59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])