From 81e0bd23821351dfd24e93508e589f89f45fb20f Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 26 Jun 2012 23:11:38 -0400 Subject: [PATCH] Use `secref' instead of a direct link to docs.racket-lang.org. --- collects/scribblings/reference/read.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/read.scrbl b/collects/scribblings/reference/read.scrbl index 97efc70286..817b7a1c71 100644 --- a/collects/scribblings/reference/read.scrbl +++ b/collects/scribblings/reference/read.scrbl @@ -135,8 +135,9 @@ function (if any) exported by the same module. The result of the The function produced by @racketidfont{get-info} reflects information about the expected syntax of the input stream. The first argument to the function serves as a key on such information; acceptable keys and the -interpretation of results is up to external tools, such as DrRacket (see -@hyperlink["http://docs.racket-lang.org/tools/drracket_module-language-tools.html"]{module-language-tools}). +interpretation of results is up to external tools, such as DrRacket (see +@secref[#:doc '(lib "scribblings/tools/tools.scrbl") + "drracket:module-language-tools"]). If no information is available for a given key, the result should be the second argument. @mz-examples[