Skip to content

Commit 540dee6

Browse files
committed
minor #13308 Update links to avoid 404 (blackmorth)
This PR was merged into the master branch. Discussion ---------- Update links to avoid 404 I updated version of different links to avoid 404's <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 15cadbe Update links to avoid 404
2 parents 44f91aa + 15cadbe commit 540dee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/flex.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ If you customize these paths, some files copied from a recipe still may contain
193193
references to the original path. In other words: you may need to update some things
194194
manually after a recipe is installed.
195195

196-
.. _`default services.yaml file`: https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/config/services.yaml
196+
.. _`default services.yaml file`: https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/4.2/config/services.yaml
197197
.. _`shown in this example`: https://github.com/symfony/skeleton/blob/8e33fe617629f283a12bbe0a6578bd6e6af417af/composer.json#L24-L33
198198
.. _`shown in this example of the skeleton-project`: https://github.com/symfony/skeleton/blob/8e33fe617629f283a12bbe0a6578bd6e6af417af/composer.json#L44-L46
199-
.. _`copying Symfony's index.php source`: https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.4/public/index.php
200-
.. _`copying Symfony's bin/console source`: https://github.com/symfony/recipes/blob/master/symfony/console/3.4/bin/console
199+
.. _`copying Symfony's index.php source`: https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/5.1/public/index.php
200+
.. _`copying Symfony's bin/console source`: https://github.com/symfony/recipes/blob/master/symfony/console/5.1/bin/console
201201
.. _`Symfony Requirements Checker`: https://github.com/symfony/requirements-checker

0 commit comments

Comments
 (0)