Skip to content

Commit a9a68e3

Browse files
committed
docs: remove console links
1 parent 737a1e6 commit a9a68e3

9 files changed

Lines changed: 9 additions & 9 deletions

src/Composer/Command/AnalyzeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private function getHelpText(): string
8282
Since this command executes multiple commands, it is not possible
8383
to pass additional arguments to the commands. You may, however,
8484
extend or override these commands for your own needs. See the
85-
<href=https://github.com/ramsey/devtools/blob/main/README.md>ramsey/devtools README</> for more information.
85+
ramsey/devtools README.md file for more information.
8686
EOD;
8787
}
8888
}

src/Composer/Command/KeepAChangelogCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ private function getHelpText(): string
6868
{
6969
return <<<'EOD'
7070
The <info>%command.name%</info> command executes <info>keep-a-changelog</info> from
71-
the <href=https://packagist.org/packages/phly/keep-a-changelog>phly/keep-a-changelog package</>.
71+
the phly/keep-a-changelog package.
7272
7373
You may also pass arguments and options to keep-a-changelog. To do so,
7474
use a double-dash (<info>--</info>) to indicate all following arguments and options

src/Composer/Command/LicenseCheckerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private function getHelpText(): string
6767
// phpcs:disable Generic.Files.LineLength.TooLong
6868
return <<<'EOD'
6969
The <info>%command.name%</info> command executes <info>license-checker</info> from
70-
the <href=https://packagist.org/packages/madewithlove/license-checker>madewithlove/license-checker</> package.
70+
the madewithlove/license-checker package.
7171
7272
You may also pass arguments and options to license-checker. To do so,
7373
use a double-dash (<info>--</info>) to indicate all following arguments and options

src/Composer/Command/LintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private function getHelpText(): string
8787
Since this command executes multiple commands, it is not possible
8888
to pass additional arguments to the commands. You may, however,
8989
extend or override these commands for your own needs. See the
90-
<href=https://github.com/ramsey/devtools/blob/main/README.md>ramsey/devtools README</> for more information.
90+
ramsey/devtools README.md file for more information.
9191
EOD;
9292
}
9393
}

src/Composer/Command/LintPdsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private function getHelpText(): string
8686
{
8787
return <<<'EOD'
8888
The <info>%command.name%</info> command executes <info>pds-skeleton validate</info> from
89-
the <href=https://packagist.org/packages/pds/skeleton>pds/skeleton package</>.
89+
the pds/skeleton package.
9090
9191
pds/skeleton describes a standard filesystem skeleton suitable
9292
for all PHP packages. This includes folders and files that have

src/Composer/Command/LintSyntaxCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private function getHelpText(): string
8282
// phpcs:disable Generic.Files.LineLength.TooLong
8383
return <<<'EOD'
8484
The <info>%command.name%</info> command executes <info>parallel-lint</info> from
85-
the <href=https://packagist.org/packages/php-parallel-lint/php-parallel-lint>php-parallel-lint/php-parallel-lint package</>.
85+
the php-parallel-lint/php-parallel-lint package.
8686
8787
parallel-lint is similar to <info>php -l</info>, but for large programs, it can
8888
run faster, since it runs the checks in parallel.

src/Composer/Command/TestAllCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private function getHelpText(): string
8888
Since this command executes multiple commands, it is not possible
8989
to pass additional arguments to the commands. You may, however,
9090
extend or override these commands for your own needs. See the
91-
<href=https://github.com/ramsey/devtools/blob/main/README.md>ramsey/devtools README</> for more information.
91+
ramsey/devtools README.md file for more information.
9292
EOD;
9393
}
9494
}

src/Composer/Command/TestCoverageCiCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private function getHelpText(): string
9494
For more information on phpunit, see https://phpunit.de
9595
9696
You may extend or override this command for your own needs. See the
97-
<href=https://github.com/ramsey/devtools/blob/main/README.md>ramsey/devtools README</> for more information.
97+
ramsey/devtools README.md file for more information.
9898
EOD;
9999
}
100100
}

src/Composer/Command/TestCoverageHtmlCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private function getHelpText(): string
7676
For more information on phpunit, see https://phpunit.de
7777
7878
You may extend or override this command for your own needs. See the
79-
<href=https://github.com/ramsey/devtools/blob/main/README.md>ramsey/devtools README</> for more information.
79+
ramsey/devtools README.md file for more information.
8080
EOD;
8181
}
8282
}

0 commit comments

Comments
 (0)