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"].