Skip to content

Commit

Permalink
Fix link to services file docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Feb 3, 2022
1 parent e3a3c2d commit a2db1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/DrupalKernelTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ protected function findDefaultServicesFile($module, $dir)
if (!file_exists($result)) {
return;
}
Drush::logger()->info(dt("!module should have an extra.drush.services section in its composer.json. See http://docs.drush.org/en/10.x/commands/#specifying-the-services-file.", ['!module' => $module]));
Drush::logger()->info(dt("!module should have an extra.drush.services section in its composer.json. See https://www.drush.org/latest/commands/#specifying-the-services-file.", ['!module' => $module]));
return $result;
}

Expand Down

0 comments on commit a2db1ee

Please sign in to comment.