8000 Fix links to Symfony 7.2/7.3 upgrade documents (#808) · rectorphp/rector-symfony@564999e · GitHub
[go: up one dir, main page]

Skip to content

Commit 564999e

Browse files
authored
Fix links to Symfony 7.2/7.3 upgrade documents (#808)
1 parent b2de1d5 commit 564999e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/sets/symfony/symfony7/symfony72.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Rector\Config\RectorConfig;
66

7-
// @see https://github.com/symfony/symfony/blame/7.2/UPGRADE-7.2.md
7+
// @see https://github.com/symfony/symfony/blob/7.2/UPGRADE-7.2.md
88

99
return static function (RectorConfig $rectorConfig): void {
1010
$rectorConfig->import(__DIR__ . '/symfony72/symfony72-serializer.php');

config/sets/symfony/symfony7/symfony73.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Rector\Config\RectorConfig;
66

7-
// @see https://github.com/symfony/symfony/blame/7.3/UPGRADE-7.3.md
7+
// @see https://github.com/symfony/symfony/blob/7.3/UPGRADE-7.3.md
88

99
return static function (RectorConfig $rectorConfig): void {
1010
$rectorConfig->import(__DIR__ . '/symfony73/symfony73-console.php');

0 commit comments

Comments
 (0)
0