web-server-tutorial -> continue

svn: r11407
This commit is contained in:
Eli Barzilay 2008-08-24 14:22:39 +00:00
parent 7f17d667b1
commit e58bf78f04
3 changed files with 2 additions and 2 deletions

View File

@ -770,7 +770,7 @@ the server updated, visit @tt{http://localhost:8081/sum2}.
The PLT Scheme distribution includes a production-quality web server The PLT Scheme distribution includes a production-quality web server
that addresses all of the design points mentioned here and more. that addresses all of the design points mentioned here and more.
To learn more, see the tutorial @other-manual['(lib To learn more, see the tutorial @other-manual['(lib
"web-server/scribblings/tutorial/web-server-tutorial.scrbl")], the "web-server/scribblings/tutorial/continue.scrbl")], the
documentation @other-manual['(lib documentation @other-manual['(lib
"web-server/scribblings/web-server.scrbl")], or the research paper "web-server/scribblings/web-server.scrbl")], or the research paper
@cite["Krishnamurthi07"]. @cite["Krishnamurthi07"].

View File

@ -2,7 +2,7 @@
(define scribblings (define scribblings
'(("scribblings/web-server.scrbl" (multi-page) (tool)) '(("scribblings/web-server.scrbl" (multi-page) (tool))
("scribblings/tutorial/web-server-tutorial.scrbl" () (getting-started)))) ("scribblings/tutorial/continue.scrbl" () (getting-started))))
(define mzscheme-launcher-libraries '("main.ss")) (define mzscheme-launcher-libraries '("main.ss"))
(define mzscheme-launcher-names '("PLT Web Server")) (define mzscheme-launcher-names '("PLT Web Server"))