Reuse documentation links from common/links.rkt.

This also fixes the "plt-scheme.org" reference, so also fix the redex
link to use "racket-lang.org".
This commit is contained in:
Eli Barzilay 2011-03-31 09:43:41 -04:00
parent 65bfae09a3
commit b757e502af
2 changed files with 5 additions and 7 deletions

View File

@ -32,7 +32,7 @@
@make-link["http://htdp.org/"]{@i{How to Design Programs}})
(define* -redex
@make-link["http://redex.plt-scheme.org/"]{Redex})
@make-link["http://redex.racket-lang.org/"]{Redex})
(define* -pbd
@make-link["http://programbydesign.org/"]{Program by Design})

View File

@ -16,13 +16,11 @@
may include documentation for optional packages you've
installed. As a second line of defense, the documentation
for the core of the most recent version of Racket is
available
@a[href: "http://docs.plt-scheme.org/"]{from this web site}.}
available @-docs{from this web site}.}
@text{Not sure what to search for? The documentation includes a
@a[href: "http://docs.plt-scheme.org/guide/"]{guide} (also
located in your local copy of the documentation) that
provides a narrative introduction to many of Racket's
features.}]
@guide{guide} (also located in your local copy of the
documentation) that provides a narrative introduction to many
of Racket's features.}]
@parlist[@strong{Learning how to Program}
@text{Try going through @|-htdp|.}]
@parlist[@strong{Searching the Web}