]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.tools.profiler: fix link to help.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 17 Sep 2011 14:12:53 +0000 (07:12 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 17 Sep 2011 15:14:13 +0000 (08:14 -0700)
basis/ui/tools/profiler/profiler.factor

index 462ea201e6089747d48ec7bd1ca941dcdc7cb7c6..fe27ec2b4a3680b9195f22be779e02c31417d4d7 100644 (file)
@@ -199,7 +199,7 @@ M: method-renderer column-titles drop { "" "Method" "Count" } ;
             over <methods-tab> "Methods" add-tab
         1 track-add ;
 
-: profiler-help ( -- ) "ui-profiler" com-browse ;
+: profiler-help ( -- ) "ui.tools.profiler" com-browse ;
 
 \ profiler-help H{ { +nullary+ t } } define-command