Skip to content

Commit

Permalink
update references from csug9.5 to csug10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerrg committed Jun 10, 2024
1 parent fa451a1 commit 179fd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ if [ "$installdoc" = "" ] ; then
fi

if [ "$installcsug" = "" ] ; then
installcsug=$installdoc/csug9.5
installcsug=$installdoc/csug10.0
fi

if [ "$installreleasenotes" = "" ] ; then
Expand Down

0 comments on commit 179fd95

Please sign in to comment.