summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlanCoopersmith <AlanCoopersmith@web>2013-09-13 17:39:25 -0700
committerxcb <iki-xcb@freedesktop.org>2013-09-13 17:39:25 -0700
commit1c12bee12f0fb866dbdfc772f83d991a211f73bc (patch)
tree5fa809507bb46b5119d41103a127d140ec7f1c0a
parent28368f3f0359a9f2ddadaf9bec1de0a29a7dc2e2 (diff)
link to current X.org protocol docs, not long dead webcvs
-rw-r--r--ProtocolStubApi.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProtocolStubApi.mdwn b/ProtocolStubApi.mdwn
index 58a8f29..f4a5bf5 100644
--- a/ProtocolStubApi.mdwn
+++ b/ProtocolStubApi.mdwn
@@ -2,7 +2,7 @@ These are not single functions or types, but rather naming conventions intended
One of the design goals of this API is that users should be able to learn these conventions, then read documentation on the binary encoding of the core protocol or any extension, and immediately determine the correct function name and argument list to generate the desired request.
-Most of the X Window Protocol documentation lives in <http://webcvs.freedesktop.org/xorg/doc/xorg-docs> . For example, the [postscript version](http://webcvs.freedesktop.org/xorg/doc/xorg-docs/hardcopy/XProtocol/) of the core protocol. (Freedesktop is looking for volunteers to convert their existing documents to a more modern format.)
+Most of the X Window Protocol documentation lives at <http://www.x.org/releases/X11R7.7/doc/index.html#protocol>.
[!] _**TODO:** link to online descriptions of the core X protocol as well as de-facto standard extension protocols._