Quellcode durchsuchen

fix pod linkcheck

George S. Baugh vor 5 Jahren
Ursprung
Commit
3ccad85ef8
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      lib/TestRail/Utils/Find.pm
  2. 1 1
      lib/TestRail/Utils/Lock.pm

+ 1 - 1
lib/TestRail/Utils/Find.pm

@@ -27,7 +27,7 @@ use TestRail::Utils;
 =head2 findRuns
 
 Find runs based on the options HASHREF provided.
-See the documentation for L<testrail-runs>, as the long argument names there correspond to hash keys.
+See the documentation for testrail-runs, as the long argument names there correspond to hash keys.
 
 The primary routine of testrail-runs.
 

+ 1 - 1
lib/TestRail/Utils/Lock.pm

@@ -36,7 +36,7 @@ testrail-lock's primary routine.
 
 =over 4
 
-=item HASHREF C<OPTIONS> - valid keys/values correspond to the long names of arguments taken by L<testrail-lock>.
+=item HASHREF C<OPTIONS> - valid keys/values correspond to the long names of arguments taken by testrail-lock.
 
 =item TestRail::API C<HANDLE> - Instance of TestRail::API, in the case where the caller already has a valid object.