[PATCH] architecture: Fix EGL URLs

Matheus Santana embs at cin.ufpe.br
Fri Jun 15 19:58:38 UTC 2018


Replace URL for file which has been moved and remove URL for remove
file.

Signed-off-by: Matheus Santana <embs at cin.ufpe.br>
---
 architecture.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/architecture.html b/architecture.html
index 6cfa925..2ceed2a 100644
--- a/architecture.html
+++ b/architecture.html
@@ -213,10 +213,9 @@ point where the change it affects appears on screen.</p>
   stack and its buffer sharing mechanism to the generic Wayland API.
   The EGL stack is expected to provide an implementation of the
   Wayland EGL platform.  The full API is in
-  the <a href="https://cgit.freedesktop.org/wayland/wayland/tree/src/wayland-egl.h">wayland-egl.h</a>
-  header.  The open source implementation in the mesa EGL stack is
-  in <a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-egl/wayland-egl.c">wayland-egl.c</a>
-  and <a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c">platform_wayland.c</a>.
+  the <a href="https://cgit.freedesktop.org/wayland/wayland/tree/egl/wayland-egl.h">wayland-egl.h</a>
+  header.  The open source implementation in the mesa EGL stack is in
+  <a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/egl/drivers/dri2/platform_wayland.c">platform_wayland.c</a>.
 </p>
 
 <p>
-- 
2.1.4



More information about the wayland-devel mailing list