Skip to content

Commit 2467bb4

Browse files
committed
docs: improve link
1 parent 41de881 commit 2467bb4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/general/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ One of today's best practices for application setup is to use Environment Variab
6363

6464
Environment Variables should also be used for anything private such as passwords, API keys, or other sensitive data.
6565

66+
.. _dotenv-file:
67+
6668
Environment Variables and CodeIgniter
6769
=====================================
6870

user_guide_src/source/general/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This can be set in several ways depending on your server setup.
3535
.env
3636
----
3737

38-
The simplest method to set the variable is in your :doc:`.env file </general/configuration>`.
38+
The simplest method to set the variable is in your :ref:`.env file <dotenv-file>`.
3939

4040
.. code-block:: ini
4141

0 commit comments

Comments
 (0)