From 0dbc0d472ed145bd3504f25a0750f302b2492f38 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 19 Aug 2008 04:49:16 +0000 Subject: [PATCH] web-server-tutorial rename svn: r11320 --- collects/scribblings/more/more.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/more/more.scrbl b/collects/scribblings/more/more.scrbl index 6c2facf47c..d0e15ff1b6 100644 --- a/collects/scribblings/more/more.scrbl +++ b/collects/scribblings/more/more.scrbl @@ -770,8 +770,8 @@ the server updated, visit @tt{http://localhost:8081/sum2}. The PLT Scheme distribution includes a production-quality web server that addresses all of the design points mentioned here and more. To learn more, see the tutorial @other-manual['(lib -"web-server/scribblings/tutorial/tutorial.scrbl")], the documentation -@other-manual['(lib +"web-server/scribblings/tutorial/web-server-tutorial.scrbl")], the +documentation @other-manual['(lib "web-server/scribblings/web-server.scrbl")], or the research paper @cite["Krishnamurthi07"].