From 8cf61c09c806b2ae184c0303eabc5aaeb7349c87 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Mon, 2 Mar 2015 10:45:22 +0100
Subject: [PATCH] fix link for Preview documentation

---
 config/config.sample.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 35aacc31b6..1b3477417f 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -682,8 +682,8 @@ $CONFIG = array(
  *  - OC\Preview\TIFF
  *
  * .. note:: Troubleshooting steps for the MS Word previews are available
- *    at the :doc:`collaborative_documents_configuration` section
- *    of the Administrators Manual.
+ *    at the :doc:`../configuration_files/collaborative_documents_configuration`
+ *    section of the Administrators Manual.
  *
  * The following providers are not available in Microsoft Windows:
  *
-- 
GitLab