8000 Link the right file depending on the new version · symfony/symfony@7e38d83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e38d83

Browse files
noniagriconomienicolas-grekas
authored andcommitted
Link the right file depending on the new version
1 parent 1382149 commit 7e38d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE-4.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ file and directory structure of your application:
2626

2727
Then, upgrade the contents of your console script and your front controller:
2828

29-
* `bin/console`: https://github.com/symfony/recipes/ 5A6D blob/master/symfony/console/3.3/bin/console
30-
* `public/index.php`: https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/public/index.php
29+
* `bin/console`: https://github.com/symfony/recipes/blob/master/symfony/console/4.4/bin/console
30+
* `public/index.php`: https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/4.4/public/index.php
3131

3232
Lastly, read the following article to add Symfony Flex to your application and
3333
upgrade the configuration files: https://symfony.com/doc/current/setup/flex.html

0 commit comments

Comments
 (0)
0