summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam E. Byrd <webyrd@gmail.com>2024-02-01 11:37:57 -0500
committerGitHub <noreply@github.com>2024-02-01 11:37:57 -0500
commit1f5adec2c18712c89eb1692458fcf5d6514bff42 (patch)
tree65f2b183887b65ec1e759f3f796b93587a016ded
parent822d815965da538faade8a5508c54b4bd8497d1a (diff)
Update debug.stex to fix link to "How to Debug Chez Scheme Programs". (#800)
* Correct description of TLC inspector objects
-rw-r--r--csug/debug.stex4
1 files changed, 2 insertions, 2 deletions
diff --git a/csug/debug.stex b/csug/debug.stex
index 2cd870e9..1fe10b49 100644
--- a/csug/debug.stex
+++ b/csug/debug.stex
@@ -26,7 +26,7 @@ the tutorial ``How to Debug Chez Scheme Programs.''
HTML and PDF versions
% of the tutorial
are available at
-\hyperlink{http://www.cs.indiana.edu/chezscheme/debug/}{http://www.cs.indiana.edu/chezscheme/debug/}.
+\hyperlink{https://scheme.com/debug/debug.html}{https://scheme.com/debug/debug.html}.
\section{Tracing\label{SECTDEBUGTRACING}}
@@ -1058,7 +1058,7 @@ returns the symbol \scheme{box}.
returns an inspector object containing the contents of the box.
\instype{TLC}
-Box inspector objects contain {\ChezScheme} boxes.
+TLC inspector objects contain {\ChezScheme} transport link cells.
\insmsg{tlc}{\scheme{'type}}
returns the symbol \scheme{tlc}.