diff --git a/pkgs/racket-doc/scribblings/style/unit.scrbl b/pkgs/racket-doc/scribblings/style/unit.scrbl index d9d890cb8d..a0f929d973 100644 --- a/pkgs/racket-doc/scribblings/style/unit.scrbl +++ b/pkgs/racket-doc/scribblings/style/unit.scrbl @@ -323,8 +323,9 @@ Pick a rule for consistently naming and ordering the parameters of your Finally pick the same name for all function/method arguments in a module that refer to the same kind of data---regardless of whether the module implements a common data structure. For example, in - @filepath{collects/setup/scribble}, all functions use @racket[latex-dest] - to refer to the same kind of data, even those that are not exported. + @hyperlink["https://github.com/racket/racket/blob/master/pkgs/racket-index/setup/scribble.rkt"]{@filepath{pkgs/racket-index/setup/scribble.rkt}}, + all functions use @racket[latex-dest] to refer to the same kind of data, + even those that are not exported. @subsection{Sections and Sub-modules}