aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-07-20 12:17:38 +0200
committerGitHub <noreply@github.com>2017-07-20 12:17:38 +0200
commitcb08288cf50faf646290245f7be9677fc27d794c (patch)
tree8612fcb89093148a493a71e77b2dd7a342f4781c
parentac969cfbb6ec65150f296bcba1685ecffa5c73e7 (diff)
parent422d468d27ab79b79e7c26a5f1e6c160bb62ccca (diff)
downloadnextcloud-server-cb08288cf50faf646290245f7be9677fc27d794c.tar.gz
nextcloud-server-cb08288cf50faf646290245f7be9677fc27d794c.zip
Merge pull request #5790 from nextcloud/fix-documentation
Fix config.sample.php documentation
-rw-r--r--config/config.sample.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 3d1ccb8c2c1..71d1aa3a02c 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -902,10 +902,6 @@ $CONFIG = array(
* - OC\Preview\TIFF
* - OC\Preview\Font
*
- * .. note:: Troubleshooting steps for the MS Word previews are available
- * at the :doc:`../configuration_files/collaborative_documents_configuration`
- * section of the Administrators Manual.
- *
* The following providers are not available in Microsoft Windows:
*
* - OC\Preview\Movie
@@ -1262,7 +1258,7 @@ $CONFIG = array(
*
* If you want to convert an existing 3-byte setup into a 4-byte setup please
* set the parameters in MySQL as mentioned below and run the migration command:
- * ./occ db:convert-mysql-charset
+ * ./occ db:convert-mysql-charset
* The config setting will be set automatically after a successful run.
*
* Consult the documentation for more details.