summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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._