summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-04-18 21:13:30 +0200
committerLukas Reschke <lukas@owncloud.com>2016-04-18 21:13:30 +0200
commit51975d360a93daba3b2681136a77b8d7078719e9 (patch)
tree878e5fea5946961415ce10a2ea61b3dfd20d7d24
parentb4c5a5b9bf24c0ad9e569119703fc37a75e05ad8 (diff)
parent912693af499797735b9a6309d520fbf3fc90b268 (diff)
downloadnextcloud-server-51975d360a93daba3b2681136a77b8d7078719e9.tar.gz
nextcloud-server-51975d360a93daba3b2681136a77b8d7078719e9.zip
Merge pull request #24037 from owncloud/file_versions_default
link to file_versioning.rst
-rw-r--r--config/config.sample.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 7778d4f6d65..b54bbf6a7b9 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -430,14 +430,14 @@ $CONFIG = array(
* Both minimum and maximum times can be set together to explicitly define
* version deletion. For migration purposes, this setting is installed
* initially set to "auto", which is equivalent to the default setting in
- * ownCloud 8.1 and before.
+ * ownCloud 8.1 and before.
*
* Available values:
*
* * ``auto``
* default setting. Automatically expire versions according to expire
- * rules. Please refer to Files_versions online documentation for more
- * info.
+ * rules. Please refer to :doc:`../configuration_files/file_versioning` for
+ * more information.
* * ``D, auto``
* keep versions at least for D days, apply expire rules to all versions
* that are older than D days