From 431c1af87f1b5e70c226d775081c419a4dcb7842 Mon Sep 17 00:00:00 2001 From: dyb Date: Thu, 2 Nov 2017 10:37:55 -0400 Subject: [PATCH] updated CSUG pointer original commit: 93b428e656504852a3efb154217e4f7779d74c1d --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f40f3925..51b62205a4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The R6RS core of the Chez Scheme language is described in which also includes an introduction to Scheme and a set of example programs. Chez Scheme's additional language, run-time system, and programming environment features are described in the -[Chez Scheme User's Guide](http://cisco.github.io/ChezScheme/csug9.4/csug.html). +[Chez Scheme User's Guide](http://cisco.github.io/ChezScheme/csug9.5/csug.html). The latter includes a shared index and a shared summary of forms, with links where appropriate to the former, so it is often the best starting point.