Correct path, and add link to path

Fixes #2520.
This commit is contained in:
Marc 2019-03-15 15:33:49 +01:00 committed by Matthew Flatt
parent ab1458f5bb
commit eac9208f3f

View File

@ -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}