GNU bug report logs - #64766
[PATCH] doc: Fix broken URLs in some documents.

Previous Next

Package: guile;

Reported by: Keisuke Kurosawa <k.kurochan9630 <at> gmail.com>

Date: Fri, 21 Jul 2023 11:22:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 64766 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#64766; Package guile. (Fri, 21 Jul 2023 11:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Keisuke Kurosawa <k.kurochan9630 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Fri, 21 Jul 2023 11:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Keisuke Kurosawa <k.kurochan9630 <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: [PATCH] doc: Fix broken URLs in some documents.
Date: Fri, 21 Jul 2023 17:08:18 +0900
* 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





This bug report was last modified 2 years and 26 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.