fix references to test files
[gitmo/Moose.git] / lib / Moose / Cookbook / Basics / Recipe3.pod
index fc4152b..31832d3 100644 (file)
@@ -184,7 +184,7 @@ ensure that is has the correct value for its C<parent> attribute.
 
 As with all the other recipes, B<BinaryTree> can be used just like any
 other Perl 5 class. A more detailed example of its usage can be found
-in F<t/000_recipes/moose_cookbook_basics_recipe3.t>.
+in F<t/recipes/moose_cookbook_basics_recipe3.t>.
 
 =head1 CONCLUSION