summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-08-20 14:05:58 +0200
committerGitHub <noreply@github.com>2018-08-20 14:05:58 +0200
commite33670ebcdca2c5234247533069cd82ee1b0638e (patch)
treea469734f585d048b7259bcb2b7d22ed5a53249cc
parent4b92a0986cb7c30265a39bf5baf0d6deebec8d8b (diff)
parent260ef64946e8762a8fa49d2e897ad90b557140c8 (diff)
downloadnextcloud-server-e33670ebcdca2c5234247533069cd82ee1b0638e.tar.gz
nextcloud-server-e33670ebcdca2c5234247533069cd82ee1b0638e.zip
Merge pull request #10755 from nextcloud/documentation/noid/fix-comments-in-config-sample
Fix comment style in config sample
-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',