summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2018-08-28 19:22:11 +0900
committerAkira TAGOH <akira@tagoh.org>2018-08-28 19:22:11 +0900
commit0ce32973c862c3720cd1268cc11dd011b301cc43 (patch)
treecd44a5e1a6774c1710a4a59d00de790f9e01e4ac
parentddeec818cc6cbf4b09594bc05d2b6e589388753c (diff)
downloadfontconfig-0ce32973c862c3720cd1268cc11dd011b301cc43.tar.gz
Update the issue tracker URL
-rw-r--r--README2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c5e605d..6fae242 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@
Check INSTALL for compilation and installation instructions.
-Report bugs to https://bugs.freedesktop.org in the fontconfig module.
+Report bugs to https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new.
2.13
diff --git a/configure.ac b/configure.ac
index 12cf2e9..d48b83b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library
dnl version. This same version number must appear in fontconfig/fontconfig.h
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from fontconfig.h
-AC_INIT([fontconfig], [2.13.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig])
+AC_INIT([fontconfig], [2.13.0], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new])
AM_INIT_AUTOMAKE([1.11 parallel-tests dist-bzip2])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])