From a58c2d21f47e102ae3c9e0097771fa07f8ed4085 Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Mon, 23 Dec 2024 19:48:33 -0500 Subject: [PATCH] doc: Remove reference to long-gone tutorial. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tutorial was removed in commit f75c5849cdc6c863616facbb22b28d08da3fc09f. * doc/README: Remove reference to a tutorial that no longer exists Signed-off-by: Ludovic Courtès --- 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.