From 72e8e2a9421f2e37f4a3e6900de2b2b502882e99 Mon Sep 17 00:00:00 2001 From: August Miller Date: Fri, 5 Jan 2024 09:37:35 -0800 Subject: [PATCH] Rephrase CRAFT_STORAGE_PATH note --- docs/4.x/directory-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.x/directory-structure.md b/docs/4.x/directory-structure.md index ab19cef52..42c5c0b83 100644 --- a/docs/4.x/directory-structure.md +++ b/docs/4.x/directory-structure.md @@ -34,7 +34,7 @@ For the curious, here are the types of things you will find in `storage/runtime/ - `temp/` – Stores temp files. ::: tip -You can customize the name and location of this folder by setting the [CRAFT_STORAGE_PATH](config/README.md#craft-storage-path) PHP constant in your [entry script](./config/README.md#entry-script). +You can customize the name and location of this folder by setting the [CRAFT_STORAGE_PATH](./config/README.md#craft-storage-path) variable as an [environment override](./config/README.md#environment-overrides). ::: ### `templates/`