Received: (at submit) by debbugs.gnu.org; 21 Jul 2023 11:21:50 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jul 21 07:21:50 2023
Received: from localhost ([127.0.0.1]:60695 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1qMoCh-0003Lc-C2
for submit <at> debbugs.gnu.org; Fri, 21 Jul 2023 07:21:50 -0400
Received: from lists.gnu.org ([2001:470:142::17]:56102)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <k.kurochan9630@HIDDEN>) id 1qMlGe-0006ZP-Ke
for submit <at> debbugs.gnu.org; Fri, 21 Jul 2023 04:13:41 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from <k.kurochan9630@HIDDEN>)
id 1qMlGZ-0003Xc-5U
for bug-guile@HIDDEN; Fri, 21 Jul 2023 04:13:35 -0400
Received: from mail-pf1-x42f.google.com ([2607:f8b0:4864:20::42f])
by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
(Exim 4.90_1) (envelope-from <k.kurochan9630@HIDDEN>)
id 1qMlGV-0002N6-7h
for bug-guile@HIDDEN; Fri, 21 Jul 2023 04:13:34 -0400
Received: by mail-pf1-x42f.google.com with SMTP id
d2e1a72fcca58-67ef5af0ce8so1497695b3a.2
for <bug-guile@HIDDEN>; Fri, 21 Jul 2023 01:13:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20221208; t=1689927209; x=1690532009;
h=content-transfer-encoding:mime-version:message-id:date:subject:to
:from:from:to:cc:subject:date:message-id:reply-to;
bh=RwThaHux7EsH9IIiAM8XQYVXz6oPeDjS22/+O2QeJTI=;
b=ni9fgu66XCL+RCgUtwFMl/SPQScQ5baJDetb+Gn945G8XtSwSuYHYYe2yPW69HghBI
vrBtwR+KMlSzJvxpSvITipiZKZBZ0whkm7GOTIwnvyPd9farJbLpjWob37chweByPewV
NgUvA3edZ9CtbEP+NYC5+g4U8jPu6IaBKdZvFZKOP5TYZkmz1BbGCOAqBt+vSLza/U4Z
4+vPpIKzGUQ7B8/NjhaB4UI28xtiggBoEt9mnV1zWemWmiZn/3dNVNbgfjOIbPfboxFZ
mRdFve/oNtlkKwUm0ZPZ1qkCR17z9onn+nbzC+ilq4zha00eCV7IsCC1loWaCyQRPfp2
rDBg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20221208; t=1689927209; x=1690532009;
h=content-transfer-encoding:mime-version:message-id:date:subject:to
:from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
bh=RwThaHux7EsH9IIiAM8XQYVXz6oPeDjS22/+O2QeJTI=;
b=ewk2C0ySGXBedKL5bVsGIAsMDZ+vllNlHDlgpB3uGNTfYysxTNjwwSCietiB75JbL9
I9TAQITdhYLiQatgi125kSOXf1QWTBNr1XPWwJjqscvH2+gYqEPeZwOdDVH2BZ5xpGXt
mssHoNP1m9jOJCsQXGv6khmHmQzXnenvKn2iXMn6zXIoxt2Fi/txnzIkrlXA0Cn53BLE
ezqxOMnBIveuojH62RBd4yd8I71MKxaDPPWeq7SJHQLCHNvwPt+01m+IQHWTq0Ssc2hy
tErxV7Vn9IJ2LvZwd6CFwWTibaqIW8f/rBRsArQHqH8zdZoYALmyJjftkQU34KXskBqT
+eog==
X-Gm-Message-State: ABy/qLbWWrYVcs48bMqcrLf9cp+LHgD39aQ+rFLG81g1lh3qdHfDPO/2
i1gVkFleO2RIOOqWNzEepTHLvHf1lPA=
X-Google-Smtp-Source: APBJJlElq8ZITcIYpAReGadEPCS5MrYXHxk0lKix7G9mqGFKcnhBWVy18fmK0ediTQ5U4krxUa0XKQ==
X-Received: by 2002:a05:6a20:4286:b0:132:cf6e:c5d9 with SMTP id
o6-20020a056a20428600b00132cf6ec5d9mr1761896pzj.6.1689927208831;
Fri, 21 Jul 2023 01:13:28 -0700 (PDT)
Received: from localhost.localdomain ([2001:268:c240:71e0:8eb0:69bc:b2ab:d241])
by smtp.gmail.com with ESMTPSA id
g2-20020aa78742000000b0066a31111ccdsm2424782pfo.65.2023.07.21.01.13.27
for <bug-guile@HIDDEN>
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
Fri, 21 Jul 2023 01:13:28 -0700 (PDT)
From: Keisuke Kurosawa <k.kurochan9630@HIDDEN>
To: bug-guile@HIDDEN
Subject: [PATCH] doc: Fix broken URLs in some documents.
Date: Fri, 21 Jul 2023 17:08:18 +0900
Message-ID: <20230721081323.12139-1-k.kurochan9630@HIDDEN>
X-Mailer: git-send-email 2.41.0
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=2607:f8b0:4864:20::42f;
envelope-from=k.kurochan9630@HIDDEN; helo=mail-pf1-x42f.google.com
X-Spam_score_int: -18
X-Spam_score: -1.9
X-Spam_bar: -
X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001,
RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001,
T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.2 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
has NOT identified this incoming email as spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: * doc/ref/scheme-reading.texi: Fix all URLs. *
doc/ref/slib.texi:
Fix the URL of `JACAL'. --- doc/ref/scheme-reading.texi | 14 +++++++-------
doc/ref/slib.texi | 4 ++-- 2 files changed, 9 insertions(+ [...]
Content analysis details: (1.2 points, 10.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail)
0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends
in digit (k.kurochan9630[at]gmail.com)
-0.0 SPF_HELO_PASS SPF: HELO matches SPF record
0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail
provider (k.kurochan9630[at]gmail.com)
-0.0 T_SCC_BODY_TEXT_LINE No description available.
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Fri, 21 Jul 2023 07:21:46 -0400
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.2 (/)
* doc/ref/scheme-reading.texi: Fix all URLs.
* doc/ref/slib.texi: Fix the URL of `JACAL'.
---
doc/ref/scheme-reading.texi | 14 +++++++-------
doc/ref/slib.texi | 4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/ref/scheme-reading.texi b/doc/ref/scheme-reading.texi
index f147ea00d..b7a35b73d 100644
--- a/doc/ref/scheme-reading.texi
+++ b/doc/ref/scheme-reading.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2011
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2011, 2023
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -10,22 +10,22 @@
@itemize @bullet
@item
-The website @url{http://www.schemers.org/} is a good starting point for
+The website @url{https://www.scheme.org/} is a good starting point for
all things Scheme.
@item
Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in
-Fixnum Days}, at
-@url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html}.
+Fixnum Days}, at @url{https://ds26gte.github.io/tyscheme/index.html}.
Includes a nice explanation of continuations.
@item
The complete text of @dfn{Structure and Interpretation of Computer
Programs}, the classic introduction to computer science and Scheme by
Hal Abelson, Jerry Sussman and Julie Sussman, is now available online at
-@url{http://mitpress.mit.edu/sicp/sicp.html}. This site also provides
-teaching materials related to the book, and all the source code used in
-the book, in a form suitable for loading and running.
+@url{https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/index.html}.
+This site also provides teaching materials related to the book, and all
+the source code used in the book, in a form suitable for loading and
+running.
@end itemize
diff --git a/doc/ref/slib.texi b/doc/ref/slib.texi
index 388dae1f6..c76bc3744 100644
--- a/doc/ref/slib.texi
+++ b/doc/ref/slib.texi
@@ -119,8 +119,8 @@ You can use Guile's interface to SLIB to invoke Jacal:
@noindent
For complete documentation on Jacal, please read the Jacal manual. If
it has been installed on line, you can look at @ref{Top, , Jacal, jacal,
-JACAL Symbolic Mathematics System}. Otherwise you can find it on the web at
-@url{http://www-swiss.ai.mit.edu/~jaffer/JACAL.html}
+JACAL Symbolic Mathematics System}. Otherwise you can find it on the
+web at @url{http://people.csail.mit.edu/jaffer/JACAL.html}
@c Local Variables:
base-commit: 0e9ccaf47cb956f70c8ecd4b9fba64fea4023dfc
--
2.41.0
Keisuke Kurosawa <k.kurochan9630@HIDDEN>:bug-guile@HIDDEN.
Full text available.bug-guile@HIDDEN:bug#64766; Package guile.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.