diff --git a/collects/meta/web/common/links.rkt b/collects/meta/web/common/links.rkt index 96c6ba666d..ef3492ec31 100644 --- a/collects/meta/web/common/links.rkt +++ b/collects/meta/web/common/links.rkt @@ -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}) diff --git a/collects/meta/web/www/help.rkt b/collects/meta/web/www/help.rkt index fb5bc0c236..23e85fe261 100644 --- a/collects/meta/web/www/help.rkt +++ b/collects/meta/web/www/help.rkt @@ -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}