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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-08-20 12:21:23 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-08-20 12:21:23 +0300
commit260ef64946e8762a8fa49d2e897ad90b557140c8 (patch)
treeeff7eb7d19cab5fa095726c5e9e29364087559a1 /config
parent1958a710d8c2167e8d02dec208d7d2f192828478 (diff)
Fix comment style in config sample
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 4f97034970d..09b5c185041 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -811,11 +811,11 @@ $CONFIG = array(
* This section is for configuring the download links for Nextcloud clients, as
* seen in the first-run wizard and on Personal pages.
*
- * Defaults to
- * * Desktop client: ``https://nextcloud.com/install/#install-clients``
- * * Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
- * * iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
- * *iOS client app id: ``1125420102``
+ * Defaults to:
+ * - Desktop client: ``https://nextcloud.com/install/#install-clients``
+ * - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
+ * - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
+ * - iOS client app id: ``1125420102``
*/
'customclient_desktop' =>
'https://nextcloud.com/install/#install-clients',