summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlanCoopersmith <AlanCoopersmith@web>2013-09-13 17:27:27 -0700
committerxcb <iki-xcb@freedesktop.org>2013-09-13 17:27:27 -0700
commit3086b352f77e86e68acbcfaa978ac3e0a111e9f4 (patch)
tree57458fda536c99267d6b69ab28ce0d56ef81e30d
parenteb6f8275385fda87a634fc9f8b35a950da7b9256 (diff)
update some doc links to more useful pages
-rw-r--r--index.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.mdwn b/index.mdwn
index 659ee3e..0b4b751 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -27,9 +27,9 @@ October 2012: New releases of the XCB packages have been published, including au
- The [[XCB API|XcbApi]] is documented. There is also a [[tutorial]] and some random [[notes|XcbNotes]].
- People wanting to implement higher level applications can use [[xcb-util|XcbUtil]].
-- XCB is built atop an XML description of the X core protocol and common extension protocols called [[XML/XCB|XmlXcb]]. This protocol can be used in other interesting ways. Documentation of the X Window System protocol is also available at [X.org's website](ftp://ftp.x.org/pub/X11R7.0/doc/PDF/proto.pdf), and can be used in combination with XCB documentation as XCB functions largely reflect the protocol.
+- XCB is built atop an XML description of the X core protocol and common extension protocols called [[XML/XCB|XmlXcb]]. This protocol can be used in other interesting ways. Documentation of the X Window System protocol is also available at [X.org's website](http://www.x.org/releases/X11R7.7/doc/index.html#protocol), and can be used in combination with XCB documentation as XCB functions largely reflect the protocol.
- To aid in porting applications, you can configure Xlib to use XCB for the transport layer. We call this [[Xlib/XCB|XlibXcb]].
-- There is automatically-generated [documentation for the XCB protocol bindings](http://xcb.freedesktop.org/manual/).
+- There is automatically-generated [documentation for the XCB protocol bindings](http://xcb.freedesktop.org/manual/modules.html).
- The Windows (32 bit) port of XCB will be merged into the main code base soon. You can read more on that [[here|Win32Port]].
# Miscellaneous