Corrected a link to connect_info in Manual::Intro
Nigel Metheringham [Sun, 14 Mar 2010 17:09:26 +0000 (17:09 +0000)]
lib/DBIx/Class/Manual/Intro.pod

index 18347d8..cd8b091 100644 (file)
@@ -240,7 +240,7 @@ a special fifth argument to connect:
       { on_connect_do => \@on_connect_sql_statments }
   );
 
-See L<DBIx::Class::Schema::Storage::DBI/connect_info> for more information about
+See L<DBIx::Class::Storage::DBI/connect_info> for more information about
 this and other special C<connect>-time options.
 
 =head3 Via a database handle