summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-11-16 23:21:59 +0100
committerAndy Wingo <wingo@pobox.com>2011-11-16 23:21:59 +0100
commit4b4b1e0b7044d47adcfabf28d57a31b2126e54ee (patch)
tree16f6a05b69e3104b88937330d83da3a55e7ad675
parent654ef4cf546780f1954955d8ee2388704176a988 (diff)
downloadguile-4b4b1e0b7044d47adcfabf28d57a31b2126e54ee.tar.gz
fix urls in docs
* doc/ref/intro.texi (Introduction): * doc/ref/scheme-reading.texi (Further Reading): * doc/ref/srfi-modules.texi (SRFI Support): Fix some urls. Thanks to Henrik Sandklef for the report.
-rw-r--r--doc/ref/intro.texi8
-rw-r--r--doc/ref/scheme-reading.texi4
-rw-r--r--doc/ref/srfi-modules.texi2
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/ref/intro.texi b/doc/ref/intro.texi
index b2bc5dffd..e94948f92 100644
--- a/doc/ref/intro.texi
+++ b/doc/ref/intro.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, 2006, 2010
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2010, 2011
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -8,9 +8,9 @@
@chapter Introduction
Guile is an implementation of the Scheme programming language. Scheme
-(@url{schemers.org}) is an elegant and conceptually simple dialect of
-Lisp, originated by Guy Steele and Gerald Sussman, and since evolved
-by the series of reports known as RnRS (the
+(@url{http://schemers.org/}) is an elegant and conceptually simple
+dialect of Lisp, originated by Guy Steele and Gerald Sussman, and since
+evolved by the series of reports known as RnRS (the
@tex
Revised$^n$
@end tex
diff --git a/doc/ref/scheme-reading.texi b/doc/ref/scheme-reading.texi
index 6ec80a57c..f147ea00d 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
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2011
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -10,7 +10,7 @@
@itemize @bullet
@item
-The website @url{http://www.schemers.org} is a good starting point for
+The website @url{http://www.schemers.org/} is a good starting point for
all things Scheme.
@item
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index a5b9740f3..f7521b456 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -16,7 +16,7 @@ Guile has support for a number of SRFIs. This chapter gives an overview
over the available SRFIs and some usage hints. For complete
documentation, design rationales and further examples, we advise you to
get the relevant SRFI documents from the SRFI home page
-@url{http://srfi.schemers.org}.
+@url{http://srfi.schemers.org/}.
@menu
* About SRFI Usage:: What to know about Guile's SRFI support.