Skip to content

Commit

Permalink
Update references from csug9.5 to csug10.0 (#839)
Browse files Browse the repository at this point in the history
* update references from csug9.5 to csug10.0
* update release notes folder
  • Loading branch information
burgerrg authored Jun 11, 2024
1 parent fa451a1 commit b06ba65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -634,11 +634,11 @@ if [ "$installdoc" = "" ] ; then
fi

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

if [ "$installreleasenotes" = "" ] ; then
installreleasenotes=$installdoc/csv9
installreleasenotes=$installdoc/csv10
fi

if [ "$help" = "yes" ]; then
Expand Down

0 comments on commit b06ba65

Please sign in to comment.