Fix POD link text/target ordering
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index d360d68..555c939 100644 (file)
@@ -127,7 +127,7 @@ and so on. This determines how the action is dispatched to.
 =head2 class
 
 Returns the name of the component where this action is defined.
-Derived by calling the L<Catalyst::Component/catalyst_component_name|catalyst_component_name>
+Derived by calling the L<catalyst_component_name|Catalyst::Component/catalyst_component_name>
 method on each component.
 
 =head2 code