diff --git a/basis/tools/time/time-docs.factor b/basis/tools/time/time-docs.factor index f821c59941..8d891c1aa4 100644 --- a/basis/tools/time/time-docs.factor +++ b/basis/tools/time/time-docs.factor @@ -10,7 +10,7 @@ ARTICLE: "timing" "Timing code and collecting statistics" "A lower-level word puts timings on the stack, intead of printing:" { $subsections benchmark } "You can also read the system clock directly; see " { $link "system" } "." -{ $see-also "profiling" "calendar" } ; +{ $see-also "profiling" "tools.annotations" "calendar" } ; ABOUT: "timing"