Fix link in cookbook
Arthur Axel 'fREW' Schmidt [Fri, 2 Jul 2010 14:31:00 +0000 (09:31 -0500)]
lib/DBIx/Class/Manual/Cookbook.pod

index 98a8a47..72dba57 100644 (file)
@@ -1825,9 +1825,9 @@ C<unicode>).
 =head2 Easy migration from class-based to schema-based setup
 
 You want to start using the schema-based approach to L<DBIx::Class>
-(see L<SchemaIntro.pod>), but have an established class-based setup with lots
-of existing classes that you don't want to move by hand. Try this nifty script
-instead:
+(see L<DBIx::Class::Manual::Intro/Setting it up manually>), but have an
+established class-based setup with lots of existing classes that you don't
+want to move by hand. Try this nifty script instead:
 
   use MyDB;
   use SQL::Translator;