From here on, you can use C<$point> and C<$point3d> just as you would
any other Perl 5 object. For a more detailed example of what can be
-done, you can refer to the F<t/001_recipe.t> test file.
+done, you can refer to the F<t/000_recipes/001_recipe.t> test file.
=head1 CONCLUSION
);
And as with the first recipe, a more in-depth example of using
-these classes can be found in the F<t/002_recipe.t> test file.
+these classes can be found in the F<t/000_recipes/002_recipe.t> test file.
=head1 CONCLUSION
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
Once again, as with all the other recipes, you can go about using
these classes like any other Perl 5 class. A more detailed example of
-usage can be found in F<t/004_recipe.t>.
+usage can be found in F<t/000_recipes/004_recipe.t>.
=head1 CONCLUSION