summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2018-06-09 00:49:33 +0100
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2018-06-11 12:03:39 +0300
commit7846d4beea05239f7188f8417e8f497203bf8641 (patch)
treeb5f3657bb16a0bb8f3f03084cad79461bdb9fd5a
parent8b2ba84bd0c152d3e6de8bd22b413a1ca6eb6630 (diff)
downloadwayland-7846d4beea05239f7188f8417e8f497203bf8641.tar.gz
doc: Update URLs for GitLab transition
Update bug and Git URLs for GitLab; the site has also been served over HTTPS for quite some time. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-rw-r--r--README4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 63ffa31..3ae9f0f 100644
--- a/README
+++ b/README
@@ -24,12 +24,12 @@ clients.
Building the wayland libraries is fairly simple, aside from libffi,
they don't have many dependencies:
- $ git clone git://anongit.freedesktop.org/wayland/wayland
+ $ git clone https://gitlab.freedesktop.org/wayland/wayland
$ cd wayland
$ ./autogen.sh --prefix=PREFIX
$ make
$ make install
where PREFIX is where you want to install the libraries. See
-http://wayland.freedesktop.org for more complete build instructions
+https://wayland.freedesktop.org for more complete build instructions
for wayland, weston, xwayland and various toolkits.
diff --git a/configure.ac b/configure.ac
index c74ee97..d0a10e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,9 +8,9 @@ m4_define([wayland_version],
AC_INIT([wayland],
[wayland_version],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=wayland_version],
+ [https://gitlab.freedesktop.org/wayland/wayland/issues/],
[wayland],
- [http://wayland.freedesktop.org/])
+ [https://wayland.freedesktop.org/])
AC_SUBST([WAYLAND_VERSION_MAJOR], [wayland_major_version])
AC_SUBST([WAYLAND_VERSION_MINOR], [wayland_minor_version])