Merge pull request #10755 from nextcloud/documentation/noid/fix-comments-in-config-sample

Fix comment style in config sample
This commit is contained in:
Morris Jobke 2018-08-20 14:05:58 +02:00 committed by GitHub
commit e33670ebcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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',