Update more TSPL and CSUG links

This commit is contained in:
Lassi Kortela 2022-08-02 17:35:45 +03:00
parent e0ccf4766e
commit 561b1bef8c
1 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@ require them.
<p> <p>
<li>Two new derived forms, <tt>with-implicit</tt> and <tt>datum</tt>, <li>Two new derived forms, <tt>with-implicit</tt> and <tt>datum</tt>,
and one new procedure, <tt>syntax-&gt;list</tt>, have been added. and one new procedure, <tt>syntax-&gt;list</tt>, have been added.
See the <a href="http://www.scheme.com/csug7">Chez Scheme Version 7 User's Guide</a> See the <a href="//www.scheme.com/csug7/">Chez Scheme Version 7 User's Guide</a>
for descriptions. for descriptions.
<p> <p>
@ -184,7 +184,7 @@ for descriptions.
<li>An identifier <tt><i>x</i></tt> imported from a module <tt><i>m</i></tt> is now treated <li>An identifier <tt><i>x</i></tt> imported from a module <tt><i>m</i></tt> is now treated
in the importing context as if the corresponding export identifier had in the importing context as if the corresponding export identifier had
been present in the import form along with <tt><i>m</i></tt>. been present in the import form along with <tt><i>m</i></tt>.
See the <a href="http://www.scheme.com/csug7">Chez Scheme Version 7 User's Guide</a> See the <a href="//www.scheme.com/csug7/">Chez Scheme Version 7 User's Guide</a>
for a description of the now current <tt>import</tt> semantics. for a description of the now current <tt>import</tt> semantics.
</ul> </ul>
<p> <p>
@ -528,9 +528,9 @@ and other list-processing operations.
<p> <p>
<ul> <ul>
<li>The portable syntax-case macro system is now up-to-date with respect to <li>The portable syntax-case macro system is now up-to-date with respect to
<a href="http://www.scheme.com/tspl2/">The Scheme Programming <a href="//www.scheme.com/tspl2/">The Scheme Programming
Language, second edition</a> and the Language, second edition</a> and the
<a href="http://www.scheme.com/csug/">Chez Scheme User's <a href="//www.scheme.com/csug6/">Chez Scheme User's
Guide</a>. Guide</a>.
</ul> </ul>
<p> <p>