fix typo in initialize_body method
[gitmo/Moose.git] / lib / Moose / Cookbook / Recipe3.pod
index 9d49f0c..da06f7b 100644 (file)
@@ -190,7 +190,7 @@ right?).
 
 Now, as with all the other recipes, you can go about using 
 B<BinaryTree> like any other Perl 5 class. A more detailed example of its
-usage can be found in F<t/003_recipe.t>.
+usage can be found in F<t/000_recipes/003_recipe.t>.
 
 =head1 CONCLUSION