diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-08-20 11:21:23 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-08-20 11:21:23 +0200 |
commit | 260ef64946e8762a8fa49d2e897ad90b557140c8 (patch) | |
tree | eff7eb7d19cab5fa095726c5e9e29364087559a1 /config | |
parent | 1958a710d8c2167e8d02dec208d7d2f192828478 (diff) | |
download | nextcloud-server-260ef64946e8762a8fa49d2e897ad90b557140c8.tar.gz nextcloud-server-260ef64946e8762a8fa49d2e897ad90b557140c8.zip |
Fix comment style in config sample
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 10 |
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', |