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 <dani...@collabora.com>
---
 README       | 4 ++--
 configure.ac | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 84c30a4ca..a0a078c46 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 ba11b6c8b..2a62b62ae 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"
 
-- 
2.17.1

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to