]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Object/Hooks.pm
Pod Fixes.
[kivitendo-erp.git] / SL / DB / Object / Hooks.pm
index f2dfde49b38515841d3378c983d75c4f078daa17..00567559a32b7bcecda48d8d67028e59e6f27ec2 100644 (file)
@@ -118,8 +118,8 @@ C<after_xyz> function names above.
 An exception of C<SL::X::DBHookError> is thrown if any of the hooks
 returns a falsish value.
 
-This function is supposed to be called by L</SL::DB::Object::load>,
-L</SL::DB::Object::save> or L</SL::DB::Object::delete>.
+This function is supposed to be called by L<Rose::DB::Object/load>,
+L<Rose::DB::Object/save> or L<Rose::DB::Object/delete>.
 
 =back