Преглед на файлове

fix link to documentation

Currently the links to documentation look like playwright.dev/api/..., but it should be playwright.dev/docs/api/...
reneeb преди 1 година
родител
ревизия
0a651fd9c8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      generate_perl_modules.pl

+ 1 - 1
generate_perl_modules.pl

@@ -102,7 +102,7 @@ foreach my $class ( keys(%$spec), 'Mouse', 'Keyboard' ) {
 
 Execute the $class\:\:$renamed playwright routine.
 
-See L<https://playwright.dev/api/class-$class#$class-$method> for more information.
+See L<https://playwright.dev/docs/api/class-$class#$class-$method> for more information.
 
 =cut