summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-12-07 20:16:48 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-12-07 20:16:48 -0800
commit0a78a71c82cdb9ac96e2ee752e73502e5b990b07 (patch)
treee1de465ac20d44c385af5a0f6b02203f28d3bb30
parent8809db78499f21fc5d780ce9fa10f78f730e7502 (diff)
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 89fbf49d..92288d55 100644
--- a/README
+++ b/README
@@ -101,3 +101,7 @@ been verified. At this point, XTS results should only be used to notice
differences between server versions. A failing test may not necessarily
indicate a bug in the server and a successful test may not necessarily
indicate correct functioning of the server.
+
+See Also
+--------
+https://www.x.org/wiki/BuildingXtest/
diff --git a/configure.ac b/configure.ac
index 35bb4c62..cf46e2f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
AC_PREREQ(2.57)
AC_INIT([X Test Suite],
[0.99.1],
- [http://xorg.freedesktop.org/wiki/BuildingXtest],
+ [https://gitlab.freedesktop.org/xorg/test/xts/issues],
[xts])
AC_CONFIG_SRCDIR([Makefile.am])