diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-02-13 13:38:56 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-02-13 13:38:56 +0100 |
commit | 139356396588e596de10d9816e4d26901d923b8b (patch) | |
tree | 4d78fa08c9e73e69ba2b1801c48f0d7047d79ccc | |
parent | 276bfe5f332fcd494427d161df1472d07e93c713 (diff) | |
parent | 840ad708d60aebee1dd1243851ebb51e0f2f4f60 (diff) | |
download | nextcloud-server-139356396588e596de10d9816e4d26901d923b8b.tar.gz nextcloud-server-139356396588e596de10d9816e4d26901d923b8b.zip |
Merge pull request #14178 from RealRancor/fix_config_sample
Removed anchor in config.sample.php
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 42ef59f079c..090e8f1f9fa 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -671,7 +671,7 @@ $CONFIG = array( * - OC\Preview\TIFF * * .. note:: Troubleshooting steps for the MS Word previews are available - * at the :doc:`collaborative_documents_configuration#troubleshooting` section + * at the :doc:`collaborative_documents_configuration` section * of the Administrators Manual. * * The following providers are not available in Microsoft Windows: |