From dcfb19585e216bae1f70222454a04caf55d224ff Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 9 Jun 2018 00:51:06 +0100 Subject: [PATCH] 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 Reviewed-by: Pekka Paalanen --- README | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 84c30a4c..a0a078c4 100644 --- a/README +++ b/README @@ -12,11 +12,11 @@ shell. Finally, weston also provides integration with the Xorg server and can pull X clients into the Wayland desktop and act as an X window manager. -Refer to http://wayland.freedesktop.org/building.html for building +Refer to https://wayland.freedesktop.org/building.html for building weston and its dependencies. The test suite can be invoked via `make check`; see -http://wayland.freedesktop.org/testing.html for additional details. +https://wayland.freedesktop.org/testing.html for additional details. Developer documentation can be built via `make doc`. Output will be in the build root under 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"