From ad45992751a7f65c4582c4a40c6f078ba0a7ee83 Mon Sep 17 00:00:00 2001 From: maesitos Date: Fri, 16 Dec 2016 21:37:51 +0100 Subject: [PATCH] :linked_dirs :linked_dirs wasn't clear to me --- docs/documentation/getting-started/configuration/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/getting-started/configuration/index.markdown b/docs/documentation/getting-started/configuration/index.markdown index 28e2b5c5..b3109202 100644 --- a/docs/documentation/getting-started/configuration/index.markdown +++ b/docs/documentation/getting-started/configuration/index.markdown @@ -96,7 +96,7 @@ The following variables are settable: * `:linked_files` * **default:** `[]` - * Listed files will be symlinked into each release directory during deployment. + * Listed files will be symlinked from the shared folder of the application into each release directory during deployment. * Can be used for persistent configuration files like `database.yml`. See Structure for the exact directories. * `:linked_dirs`