Skip to content

Commit 9fcaa37

Browse files
keep cross ref within document
1 parent f059bab commit 9fcaa37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scribblings/reference/compiling.scrbl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
@section[#:tag "reference compilers"]{Compiling references to DSL bindings within Racket code}
1111
@tex-label{doc:referencecompilers}
1212

13-
@margin-note{@secref["compilation" #:doc '(lib "syntax-spec-dev/scribblings/main.scrbl")] in the @secref["Basic_Tutorial__State_Machine_Language"
14-
#:doc '(lib "syntax-spec-dev/scribblings/main.scrbl")] introduces the use of reference compilers.}
13+
@margin-note{@secref["compilation"] in the @secref["Basic_Tutorial__State_Machine_Language"] introduces the use of reference compilers.}
1514

1615
By default, Racket code cannot reference names bound with DSL @tech{binding classes}. To allow such references, specify a @deftech{reference compiler} for each class of bindings that should be usable in Racket code. The reference compiler is a @tech/reference{syntax transformer} that will be applied to compile the syntax including each reference.
1716

0 commit comments

Comments
 (0)