don't assume search.cpan.org-format anchors
Jesse Luehrs [Tue, 25 Oct 2011 14:47:14 +0000 (09:47 -0500)]
lib/Moose/Manual/FAQ.pod

index 3371977..00c8868 100644 (file)
@@ -366,7 +366,7 @@ will call them roles.
 =head3 Can an attribute-generated method (e.g. an accessor) satisfy requires?
 
 Yes, just be sure to consume the role I<after> declaring your
-attribute.  L<Moose::Manual::Roles/Required_Attributes> provides
+attribute.  L<Moose::Manual::Roles/Required Attributes> provides
 an example:
 
   package Breakable;