Switch to catalyst_component_name
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index af65452..87b37fd 100644 (file)
@@ -104,7 +104,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/_component_name|_component_name>
+Derived by calling the L<Catalyst::Component/catalyst_component_name|catalyst_component_name>
 method on each component.
 
 =head2 code