From 77b26d736ace7d2abd211c6ba590c58dea7a8459 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Wed, 5 Jun 2019 17:18:06 -0400 Subject: [PATCH] doc: remove srcdoc reference to 'gif.rkt' --- scribble-doc/scribblings/scribble/srcdoc.scrbl | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/scribble-doc/scribblings/scribble/srcdoc.scrbl b/scribble-doc/scribblings/scribble/srcdoc.scrbl index f8984f11..7402f32e 100644 --- a/scribble-doc/scribblings/scribble/srcdoc.scrbl +++ b/scribble-doc/scribblings/scribble/srcdoc.scrbl @@ -27,18 +27,9 @@ from run-time code, and documentation information is recorded in a submodule to be separately loadable from the enclosing module. For an example use, see -@hyperlink["https://blog.racket-lang.org/2012/06/submodules.html"]{this} -post at @tt{blog.racket-lang.org} or the @filepath{file} collection's -@filepath{gif.rkt} source file and the corresponding extraction in -@filepath{scribblings/gif.scrbl}. As that example illustrates, -starting the module declaration with +@hyperlink["https://blog.racket-lang.org/2012/06/submodules.html"]{this post} +at @url{blog.racket-lang.org}. -@racketblock[ - @#,hash-lang[] @#,racketmodname[at-exp] -] - -enables the @"@"-reader, which is handy for writing documentation -expressions. @; ----------------------------------------