From 43c832c99121b1e7f1b93c35c7ab7ccecc25f330 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Mon, 31 Oct 2011 20:52:32 -0700 Subject: [PATCH] help.handbook: update link to counting profiler --- basis/help/handbook/handbook.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/handbook/handbook.factor b/basis/help/handbook/handbook.factor index 9c8464cae1..81f92deff9 100644 --- a/basis/help/handbook/handbook.factor +++ b/basis/help/handbook/handbook.factor @@ -352,7 +352,7 @@ ARTICLE: "handbook-tools-reference" "Developer tools" { $heading "Performance" } { $subsections "timing" - "profiling" + "tools.profiler.counting" "tools.memory" "tools.threads" "tools.destructors"