summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Ślusarz <marcin.slusarz@gmail.com>2014-11-30 20:01:57 +0100
committerMarcin Ślusarz <marcin.slusarz@gmail.com>2014-11-30 20:01:57 +0100
commit82a6181110a10121b6268e47bb7644a97ff0a939 (patch)
tree616abd227ccb245d6a4916cf6c069de5637fee28
parent4d7568027c82808ca26c1d637e78bfec99ecb45e (diff)
Fix some URLs on Xml-Xcb page.
-rw-r--r--XmlXcb.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/XmlXcb.mdwn b/XmlXcb.mdwn
index 46e5e9f..6baeda3 100644
--- a/XmlXcb.mdwn
+++ b/XmlXcb.mdwn
@@ -1,6 +1,6 @@
# XML-XCB
-[[JoshTriplett]] has documented the [XML-XCB protocol description format](http://gitweb.freedesktop.org/?p=xcb/proto.git;a=history;hb=HEAD;f=doc/xml-xcb.txt); this documentation is included in the xcb-proto package.
+[[JoshTriplett]] has documented the [XML-XCB protocol description format](http://cgit.freedesktop.org/xcb/proto/plain/doc/xml-xcb.txt); this documentation is included in the xcb-proto package.
## Description
@@ -16,8 +16,8 @@ This new approach has several advantages:
XML-XCB consists of the following components:
-- An [XML Schema](http://gitweb.freedesktop.org/?p=xcb/proto.git;a=history;hb=HEAD;f=src/xcb.xsd), defining an XML data format for X protocol descriptions.
-- [X protocol descriptions for the core X protocol and all extensions](http://gitweb.freedesktop.org/?p=xcb/proto.git;a=tree;hb=HEAD;f=src), written in the format defined by the XML schema.
+- An [XML Schema](http://cgit.freedesktop.org/xcb/proto/plain/src/xcb.xsd), defining an XML data format for X protocol descriptions.
+- [X protocol descriptions for the core X protocol and all extensions](http://cgit.freedesktop.org/xcb/proto/tree/src), written in the format defined by the XML schema.
- An XSL Transform (XSLT) to generate C bindings to the X protocol from the XML descriptions. These bindings are implemented on top of the existing XCB transport layer.
## Plan