@@ -30,7 +30,7 @@ stores the configuration of every package installed in your application.
3030Packages (also called "bundles" in Symfony and "plugins/modules" in other
3131projects) add ready-to-use features to your projects.
3232
33- When using :doc : `Symfony Flex </setup/ flex >`, which is enabled by default in
33+ When using :ref : `Symfony Flex <symfony- flex >`, which is enabled by default in
3434Symfony applications, packages update the ``bundles.php `` file and create new
3535files in ``config/packages/ `` automatically during their installation. For
3636example, this is the default file created by the "API Platform" package:
@@ -551,7 +551,7 @@ This is for example the content of the ``.env`` file to define the value of the
551551
552552 In addition to your own env vars, this ``.env `` file also contains the env vars
553553defined by the third-party packages installed in your application (they are
554- added automatically by :doc : `Symfony Flex </setup/ flex >` when installing packages).
554+ added automatically by :ref : `Symfony Flex <symfony- flex >` when installing packages).
555555
556556.. _configuration-env-var-in-prod :
557557
@@ -561,7 +561,7 @@ Configuring Environment Variables in Production
561561In production, the ``.env `` files are also parsed and loaded on each request so
562562you can override the env vars already defined in the server. In order to improve
563563performance, you can run the ``dump-env `` command (available when using
564- :doc : `Symfony Flex </setup/ flex >` 1.2 or later).
564+ :ref : `Symfony Flex <symfony- flex >` 1.2 or later).
565565
566566This command parses all the ``.env `` files once and compiles their contents into
567567a new PHP-optimized file called ``.env.local.php ``. From that moment, Symfony
0 commit comments