@@ -30,7 +30,7 @@ stores the configuration of every package installed in your application.
30
30
Packages (also called "bundles" in Symfony and "plugins/modules" in other
31
31
projects) add ready-to-use features to your projects.
32
32
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
34
34
Symfony applications, packages update the ``bundles.php `` file and create new
35
35
files in ``config/packages/ `` automatically during their installation. For
36
36
example, 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
555
555
556
556
In addition to your own env vars, this ``.env `` file also contains the env vars
557
557
defined 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).
559
559
560
560
.. _configuration-env-var-in-prod :
561
561
@@ -565,7 +565,7 @@ Configuring Environment Variables in Production
565
565
In production, the ``.env `` files are also parsed and loaded on each request so
566
566
you can override the env vars already defined in the server. In order to improve
567
567
performance, 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).
569
569
570
570
This command parses all the ``.env `` files once and compiles their contents into
571
571
a new PHP-optimized file called ``.env.local.php ``. From that moment, Symfony
0 commit comments