diff --git a/collects/scribblings/more/more.scrbl b/collects/scribblings/more/more.scrbl index 9bf7231661..c6e226b7e2 100644 --- a/collects/scribblings/more/more.scrbl +++ b/collects/scribblings/more/more.scrbl @@ -766,6 +766,9 @@ the server updated, visit @tt{http://localhost:8081/sum2}. @; ---------------------------------------------------------------------- @section{Where to Go From Here} +If you arrived here as part of an introduction to PLT Scheme, then +your next stop is probably @|guide|. + If the topics covered here are the kind that interest you, see also @secref["concurrency" #:doc '(lib "scribblings/reference/reference.scrbl")] and @secref["security" #:doc diff --git a/collects/scribblings/quick/quick.scrbl b/collects/scribblings/quick/quick.scrbl index 5efb8e2238..487eca6acf 100644 --- a/collects/scribblings/quick/quick.scrbl +++ b/collects/scribblings/quick/quick.scrbl @@ -42,10 +42,10 @@ start DrScheme. @; ---------------------------------------------------------------------- @section{Set...} -To draw pictures, we must first load the picture library, which is -part of a slide-creation library. Copy the following into the -@defterm{definitions area}, which is the top text area that you see in -DrScheme: +To draw pictures, we must first load some picture functions, which are +part of a library for creating slide presentations. Copy the +following into the @defterm{definitions area}, which is the top text +area that you see in DrScheme: @schememod[slideshow]