diff options
author | Daniel Stone <daniels@collabora.com> | 2018-06-09 00:51:06 +0100 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2018-06-11 12:07:57 +0300 |
commit | dcfb19585e216bae1f70222454a04caf55d224ff (patch) | |
tree | 2b82675e5d64a634af6f5828a55cb2936527202f /configure.ac | |
parent | bc04d70336bc8749b7ca7696e5236b80e7ad59b5 (diff) | |
download | weston-dcfb19585e216bae1f70222454a04caf55d224ff.tar.gz |
doc: Update for GitLab migration
Update issue report and build instruction URLs for moving to GitLab, and
for everything having been HTTPS-only for quite some time.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ba11b6c8..2a62b62a 100644 --- a/configure.ac +++ b/configure.ac @@ -10,9 +10,9 @@ m4_define([libweston_patch_version], [0]) AC_PREREQ([2.64]) AC_INIT([weston], [weston_version], - [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=weston_version], + [https://gitlab.freedesktop.org/wayland/weston/issues/], [weston], - [http://wayland.freedesktop.org]) + [https://wayland.freedesktop.org]) WAYLAND_PREREQ_VERSION="1.12.0" |