Fix POD link
Dagfinn Ilmari Mannsåker [Tue, 9 Mar 2010 14:06:48 +0000 (14:06 +0000)]
lib/DBIx/Class/Storage/DBI.pm

index a9a765c..e746385 100644 (file)
@@ -850,7 +850,7 @@ sub ensure_connected {
 Returns a C<$dbh> - a data base handle of class L<DBI>. The returned handle
 is guaranteed to be healthy by implicitly calling L</connected>, and if
 necessary performing a reconnection before returning. Keep in mind that this
-is very B<expensive> on some database engines. Consider using L<dbh_do>
+is very B<expensive> on some database engines. Consider using L</dbh_do>
 instead.
 
 =cut