summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlanCoopersmith <AlanCoopersmith@web>2019-06-22 20:44:23 +0200
committerIkiWiki <ikiwiki.info>2019-06-22 20:44:23 +0200
commite61def8ff900238796fe85a46eb0f2097b4b88a3 (patch)
treec87db65257d63d8bf11d53177932a44dee83daf7
parent544efa7bd0e0c9eb4c92f7e554595ff44e1671a1 (diff)
X11R7.7 -> current
-rw-r--r--Documentation.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation.mdwn b/Documentation.mdwn
index ef475667..c28c9bad 100644
--- a/Documentation.mdwn
+++ b/Documentation.mdwn
@@ -9,7 +9,7 @@ Rather than develop directly for X, we recommend you use a toolkit such as [[GTK
For low-level X development, [[XCB|http://xcb.freedesktop.org/tutorial/]], the X C Bindings provide a clean low-level protocol binding. Its older cousin Xlib (or libX11), is not recommended for new development, but is still very widely used. Xt is a similarly deprecated library for building toolkits. [[Documentation for Xlib and Xt|ProgrammingDocumentation]] is available.
-Protocol documentation, man pages, etc. of the most recent X11R7 release: [[http://www.x.org/releases/X11R7.7/doc/index.html]]
+Protocol documentation, man pages, etc. is available at: [[https://www.x.org/releases/current/doc/index.html]]
# Downloading, running, and developing X.Org code