diff --git a/collects/scribblings/drscheme/languages.scrbl b/collects/scribblings/drscheme/languages.scrbl index 6ef069e2a6..5510798505 100644 --- a/collects/scribblings/drscheme/languages.scrbl +++ b/collects/scribblings/drscheme/languages.scrbl @@ -365,7 +365,7 @@ Unless disabled in the language configuration window, expression-level coverage For information on @onscreen{Lazy Scheme}, see @other-manual['(lib "lazy/lazy.scrbl")]. -For information on @onscreen{FrTime}, see @other-manual['(lib "frtime/frtime.scrbl")]. +For information on @onscreen{FrTime}, see @other-manual['(lib "frtime/scribblings/frtime.scrbl")]. For information on @onscreen{Algol 60}, see @other-manual['(lib "algol60/algol60.scrbl")]. diff --git a/collects/scribblings/guide/dialects.scrbl b/collects/scribblings/guide/dialects.scrbl index ad08e8fcc5..cb479bbe68 100644 --- a/collects/scribblings/guide/dialects.scrbl +++ b/collects/scribblings/guide/dialects.scrbl @@ -109,7 +109,7 @@ including the following: @item{@schememodname[frtime] --- changes evaluation in an even more radical way to support reactive programming; see - @other-manual['(lib "frtime/frtime.scrbl")]} + @other-manual['(lib "frtime/scribblings/frtime.scrbl")]} @item{@schememodname[scribble/doc] --- a language, which looks more like Latex than Scheme, for writing documentation; see