[PATCH wayland-web 5/9] building: update git URLs

Pekka Paalanen ppaalanen at gmail.com
Sat Jan 12 12:52:04 UTC 2019


From: Pekka Paalanen <pq at iki.fi>

Moved to Gitlab.

Signed-off-by: Pekka Paalanen <pq at iki.fi>
---
 building.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/building.html b/building.html
index a63e25b..2f87f89 100644
--- a/building.html
+++ b/building.html
@@ -120,7 +120,7 @@ sudo make install
 <p>This is required in order to be able to build Mesa with the Wayland EGL platform.</p>
 
 <pre>
-$ git clone <a href="https://cgit.freedesktop.org/wayland/wayland">git://anongit.freedesktop.org/wayland/wayland</a>
+$ git clone <a href="https://gitlab.freedesktop.org/wayland/wayland.git">https://gitlab.freedesktop.org/wayland/wayland.git</a>
 $ cd wayland
 $ ./autogen.sh --prefix=$WLD
 $ make && make install
@@ -224,7 +224,7 @@ available in the weston repo and comes with a few demo applications.
 </p>
 
 <pre>
-$ git clone <a href="https://cgit.freedesktop.org/wayland/weston">git://anongit.freedesktop.org/wayland/weston</a>
+$ git clone <a href="https://gitlab.freedesktop.org/wayland/weston.git">https://gitlab.freedesktop.org/wayland/weston.git</a>
 $ cd weston
 $ ./autogen.sh --prefix=$WLD
 $ make
-- 
2.20.1



More information about the wayland-devel mailing list