Skip to content

Commit d911cab

Browse files
authored
Increase length of underline and keep old link working
1 parent 5bf143b commit d911cab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

best_practices.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ application behavior.
8888
:ref:`Use env vars in your project <config-env-vars>` to define these options
8989
and create multiple ``.env`` files to :ref:`configure env vars per environment <config-dot-env>`.
9090

91+
.. _use-secret-for-sensitive-information:
92+
9193
Use Secrets for Sensitive Information
92-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
94+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9395

9496
When your application has sensitive configuration - like an API key - you should
9597
store those securely via :doc:`Symfony’s secrets management system </configuration/secrets>`.

0 commit comments

Comments
 (0)