From 8d3fd26c6a037c8ab12b56f93496bce1328366dd Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 8 Aug 2014 05:48:36 +0100 Subject: [PATCH] fix broken doc link to R5RS There's no good way to fix the link, right now. Since the Guide and R5RS packages depend on each other, though, we can expect that they're installed at the same time and a relative reference will generally work. --- pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl index 99d9f39a5a..07d5b5f099 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl @@ -86,7 +86,7 @@ Standard dialects of Scheme include the ones defined by @|r5rs| and @subsection[#:tag "r5rs"]{@|r5rs|} -``@|r5rs|'' stands for @link["../r5rs-std/index.html"]{The +``@|r5rs|'' stands for @link["../r5rs/r5rs-std/index.html"]{The Revised@superscript{5} Report on the Algorithmic Language Scheme}, and it is currently the most widely implemented Scheme standard.