cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.89k stars 983 forks source link

[PATCH] Update user's guide link in README #838

Closed mvuets closed 3 weeks ago

mvuets commented 3 weeks ago
From d8164b0efa2d34099cd90a430d83b3c3921df3eb Mon Sep 17 00:00:00 2001
From: Maxim
Date: Fri, 7 Jun 2024 23:31:30 +0200
Subject: [PATCH] Update user's guide link in README

As of now, the latest release is 10.0: bumped the user's guide link
accordingly.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4636f5e..f35f019 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,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.5/csug.html).
+[Chez Scheme User's Guide](http://cisco.github.io/ChezScheme/csug10.0/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.
-- 
2.45.1
burgerrg commented 3 weeks ago

Thanks for finding this! It's fixed in https://github.com/cisco/ChezScheme/pull/839.