[PATCH wayland-web] Fix broken drm protocol link in architecture.html

Derek Foreman derekf at osg.samsung.com
Thu Dec 11 09:03:36 PST 2014


Closes bug: https://bugs.freedesktop.org/show_bug.cgi?id=87006
(by doing exactly what the bug reporter suggested)

Signed-off-by: Derek Foreman <derekf at osg.samsung.com>
---
 architecture.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/architecture.html b/architecture.html
index d717f98..4497674 100644
--- a/architecture.html
+++ b/architecture.html
@@ -226,7 +226,7 @@ point where the change it affects appears on screen.</p>
   share buffers.  The point of the wayland-egl.h API is to abstract
   that away and just let the client create an EGLSurface for a Wayland
   surface and start rendering.  The open source stack uses
-  the <a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-drm/protocol/wayland-drm.xml">drm</a>
+  the <a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/egl/wayland/wayland-drm/wayland-drm.xml">drm</a>
   Wayland extension, which lets the client discover the drm device to
   use and authenticate and then share drm (GEM) buffers with the
   compositor.
-- 
2.1.3



More information about the wayland-devel mailing list