Work on GOOPS MOP documentation
[bpt/guile.git] / doc / ref / scheme-reading.texi
index eea049d..6ec80a5 100644 (file)
@@ -1,17 +1,24 @@
-@page
+@c -*-texinfo-*-
+@c This is part of the GNU Guile Reference Manual.
+@c Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004
+@c   Free Software Foundation, Inc.
+@c See the file guile.texi for copying conditions.
+
 @node Further Reading
-@chapter Further Reading
+@section Further Reading
 
 @itemize @bullet
+
+@item
+The website @url{http://www.schemers.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.cs.rice.edu/~dorai/t-y-scheme/t-y-scheme.html}.
+@url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html}.
 Includes a nice explanation of continuations.
 
-@item
-@url{http://wombat.doc.ic.ac.uk/foldoc/}.
-
 @item
 The complete text of @dfn{Structure and Interpretation of Computer
 Programs}, the classic introduction to computer science and Scheme by