From fe311134bbac12a1973209137c70e3a64690cead Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Tue, 15 Jan 2002 03:54:49 +0000
Subject: [PATCH] Make URLs actually displayed in the print version instead of
 an (invisible) hyperlink.

---
 docs/cmu-user/introduction.tex | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/cmu-user/introduction.tex b/docs/cmu-user/introduction.tex
index 872e05ef6..ea7255382 100644
--- a/docs/cmu-user/introduction.tex
+++ b/docs/cmu-user/introduction.tex
@@ -42,9 +42,14 @@ volunteers collaborating over the Internet.
 
 This user's manual contains only implementation-specific information
 about \cmucl. Users will also need a separate manual describing the
-\clisp{} standard, for example the
+\clisp{} standard, for example, the
+\ifpdf
 \href{http://www.xanalys.com/software_tools/reference/HyperSpec/FrontMatter/index-text.html}
 {Hyperspec}.
+\else
+\emph{Hyperspec} at \href{http://www.xanalys.com/software_tools}{www.xanalys.com}
+\fi
+
 
 In addition to the language itself, this document describes a number
 of useful library modules that run in \cmucl. \hemlock, an Emacs-like
-- 
GitLab