Merge pull request #4526 from nextcloud/backport/4497/stable19

[stable19] Rename folder for version files
This commit is contained in:
Morris Jobke 2020-09-14 16:25:56 +02:00 committed by GitHub
commit 96ea13901f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Nextcloud supports simple version control system for files. Versioning creates
backups of files which are accessible via the Versions tab on the Details
sidebar. This tab contains the history of the file where you can roll back a
file to any previous version. Changes made at intervals greater than two minutes
are saved in **data/[user]/versions**.
are saved in **data/[user]/files_versions**.
.. figure:: ../images/files_versioning.png