civodul pushed a commit to branch main in repository guile. commit a58c2d21f47e102ae3c9e0097771fa07f8ed4085 Author: Morgan Smith <morgan.j.sm...@outlook.com> AuthorDate: Mon Dec 23 19:48:33 2024 -0500
doc: Remove reference to long-gone tutorial. The tutorial was removed in commit f75c5849cdc6c863616facbb22b28d08da3fc09f. * doc/README: Remove reference to a tutorial that no longer exists Signed-off-by: Ludovic Courtès <l...@gnu.org> --- doc/README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/README b/doc/README index 75c1f7fd6..7983d4038 100644 --- a/doc/README +++ b/doc/README @@ -1,9 +1,6 @@ This directory contains documentation on the Guile core. -*-text-*- -The documentation consists of the following manuals. - -- The Guile Tutorial (guile-tut.texi) contains a tutorial introduction - to using Guile. +The documentation consists of the following manuals: - The Guile Reference Manual (guile.texi) contains (or is intended to contain) reference documentation on all aspects of Guile.