diff --git a/collects/scribblings/more/more.scrbl b/collects/scribblings/more/more.scrbl index d0e15ff1b6..b90e1f06d3 100644 --- a/collects/scribblings/more/more.scrbl +++ b/collects/scribblings/more/more.scrbl @@ -770,7 +770,7 @@ 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/web-server-tutorial.scrbl")], the +"web-server/scribblings/tutorial/continue.scrbl")], the documentation @other-manual['(lib "web-server/scribblings/web-server.scrbl")], or the research paper @cite["Krishnamurthi07"]. diff --git a/collects/web-server/info.ss b/collects/web-server/info.ss index b7d732a727..97d5076bce 100644 --- a/collects/web-server/info.ss +++ b/collects/web-server/info.ss @@ -2,7 +2,7 @@ (define scribblings '(("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-names '("PLT Web Server")) diff --git a/collects/web-server/scribblings/tutorial/web-server-tutorial.scrbl b/collects/web-server/scribblings/tutorial/continue.scrbl similarity index 100% rename from collects/web-server/scribblings/tutorial/web-server-tutorial.scrbl rename to collects/web-server/scribblings/tutorial/continue.scrbl