diff --git a/collects/meta/web/common/links.rkt b/collects/meta/web/common/links.rkt index ef3492ec31..85ae0a144e 100644 --- a/collects/meta/web/common/links.rkt +++ b/collects/meta/web/common/links.rkt @@ -16,7 +16,8 @@ (define-syntax-rule (define-doc-link id desc) (define* id @make-link[`(,doc-url id "/")]{ - @strong{@(string-titlecase (symbol->string 'id))}: @desc})) + @strong{@(string-titlecase (symbol->string 'id))}: @desc @; + @nbsp @small{@a[href: `(,doc-url "pdf/" id ".pdf")]{[pdf]}}})) @define-doc-link[quick]{An Introduction to Racket with Pictures} @define-doc-link[more ]{Systems Programming with Racket}