POD-Fehler beheben
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 2 Jul 2013 07:56:16 +0000 (09:56 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:03:23 +0000 (13:03 +0200)
SL/DB/RequirementSpec.pm

index abeac1c..db757e2 100644 (file)
@@ -361,7 +361,7 @@ saved. Creating the copy happens within a transaction.
 
 =item C<create_version %attributes>
 
-Prerequisites: C<$self> must be a working copy (see L</working_copy>),
+Prerequisites: C<$self> must be a working copy (see the overview),
 not a versioned copy.
 
 This function creates a new version for C<$self>. This involves
@@ -408,7 +408,7 @@ copy and the last version created for it.
 
 =item C<invalidate_version>
 
-Prerequisites: C<$self> must be a working copy (see L</working_copy>),
+Prerequisites: C<$self> must be a working copy (see the overview),
 not a versioned copy.
 
 Sets the C<version_id> field to C<undef> and saves C<$self>.