Fix comment style in config sample

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-08-20 11:21:23 +02:00
parent f2f723c7c8
commit c31e629713
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 4 additions and 4 deletions

View File

@ -785,10 +785,10 @@ $CONFIG = array(
* This section is for configuring the download links for Nextcloud clients, as * This section is for configuring the download links for Nextcloud clients, as
* seen in the first-run wizard and on Personal pages. * seen in the first-run wizard and on Personal pages.
* *
* Defaults to * Defaults to:
* * Desktop client: ``https://nextcloud.com/install/#install-clients`` * - Desktop client: ``https://nextcloud.com/install/#install-clients``
* * Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client`` * - 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: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
*/ */
'customclient_desktop' => 'customclient_desktop' =>
'https://nextcloud.com/install/#install-clients', 'https://nextcloud.com/install/#install-clients',