From b757e502af2405f7c0e63e471332f9ad29aa9225 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 31 Mar 2011 09:43:41 -0400 Subject: [PATCH] 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". --- collects/meta/web/common/links.rkt | 2 +- collects/meta/web/www/help.rkt | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) 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}