Przeglądaj źródła

fix link to documentation

Currently the links to documentation look like playwright.dev/api/..., but it should be playwright.dev/docs/api/...
reneeb 1 rok temu
rodzic
commit
0a651fd9c8
1 zmienionych plików z 1 dodań i 1 usunięć
  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