Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-09-10 15:58:03 +0300
committerLukas Reschke <lukas@owncloud.com>2015-09-10 15:58:03 +0300
commitb4eef12a83ecc42bb702b2eea37ec4f93e9a0122 (patch)
treece7cb01bb767dbfe99b4d31d8f5e6f64b22b062c /go.php
parentd0d66ab949c4d1013c91bf76e5086df4ade632df (diff)
Add link to transactional file locking page
Ref https://github.com/owncloud/core/pull/18778/files#r38642831
Diffstat (limited to 'go.php')
-rw-r--r--go.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.php b/go.php
index 3a48773eb..e5a12f504 100644
--- a/go.php
+++ b/go.php
@@ -23,6 +23,7 @@ $mapping = array(
'admin-email' => '/admin_manual/configuration_server/email_configuration.html',
'admin-reverse-proxy' => '/admin_manual/configuration_server/reverse_proxy_configuration.html',
'admin-php-fpm' => '/admin_manual/installation/source_installation.html#configuration-notes-to-php-fpm',
+ 'admin-transactional-locking' => '/admin_manual/configuration_files/files_locking_transactional.html',
'developer-theming' => '/developer_manual/core/theming.html',