@@ -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:
@@ -555,7 +555,7 @@ This is for example the content of the ``.env`` file to define the value of the
555555
556556 In addition to your own env vars, this ``.env `` file also contains the env vars
557557defined by the third-party packages installed in your application (they are
558- added automatically by :doc : `Symfony Flex </setup/ flex >` when installing packages).
558+ added automatically by :ref : `Symfony Flex <symfony- flex >` when installing packages).
559559
560560.. _configuration-env-var-in-prod :
561561
@@ -565,7 +565,7 @@ Configuring Environment Variables in Production
565565In production, the ``.env `` files are also parsed and loaded on each request so
566566you can override the env vars already defined in the server. In order to improve
567567performance, you can run the ``dump-env `` command (available when using
568- :doc : `Symfony Flex </setup/ flex >` 1.2 or later).
568+ :ref : `Symfony Flex <symfony- flex >` 1.2 or later).
569569
570570This command parses all the ``.env `` files once and compiles their contents into
571571a new PHP-optimized file called ``.env.local.php ``. From that moment, Symfony
0 commit comments