summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorCarla Schroder <carla@owncloud.com>2016-04-15 12:04:45 -0700
committerCarla Schroder <carla@owncloud.com>2016-04-15 12:04:45 -0700
commit912693af499797735b9a6309d520fbf3fc90b268 (patch)
treed87c12e57298b23cc6661a610c67bc69f56da636 /config
parent56a37d315b6bd314f90b113a88241a706373f5d8 (diff)
downloadnextcloud-server-912693af499797735b9a6309d520fbf3fc90b268.tar.gz
nextcloud-server-912693af499797735b9a6309d520fbf3fc90b268.zip
link to file_versioning.rst
which describes files_versions and config.php settings backports to 8.2
Diffstat (limited to 'config')
-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 c2671f9d217..86dffa2bb9e 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