diff options
Diffstat (limited to 'test/Converters.c')
-rw-r--r-- | test/Converters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Converters.c b/test/Converters.c index 46e7f5a..ef3c37c 100644 --- a/test/Converters.c +++ b/test/Converters.c @@ -75,7 +75,7 @@ static void test_XtCvtIntToPixmap(void) int main(int argc, char** argv) { g_test_init(&argc, &argv, NULL); - g_test_bug_base("https://bugzilla.freedesktop.org/show_bug.cgi?id="); + g_test_bug_base("https://gitlab.freedesktop.org/xorg/lib/libxt/-/issues/"); g_test_add_func("/Converters/XtCvtIntToPixmap", test_XtCvtIntToPixmap); |