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>
dev
Daniel Stone 6 years ago committed by Pekka Paalanen
parent bc04d70336
commit dcfb19585e
  1. 4
      README
  2. 4
      configure.ac

@ -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 and can pull X clients into the Wayland desktop and act as an X window
manager. 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. weston and its dependencies.
The test suite can be invoked via `make check`; see 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 Developer documentation can be built via `make doc`. Output will be in
the build root under the build root under

@ -10,9 +10,9 @@ m4_define([libweston_patch_version], [0])
AC_PREREQ([2.64]) AC_PREREQ([2.64])
AC_INIT([weston], AC_INIT([weston],
[weston_version], [weston_version],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=weston_version], [https://gitlab.freedesktop.org/wayland/weston/issues/],
[weston], [weston],
[http://wayland.freedesktop.org]) [https://wayland.freedesktop.org])
WAYLAND_PREREQ_VERSION="1.12.0" WAYLAND_PREREQ_VERSION="1.12.0"

Loading…
Cancel
Save