Merge pull request #10759 from nextcloud/backport/10755/fix-comments-in-config-sample
[stable13] Fix comment style in config sample
This commit is contained in:
commit
995b4d996f
|
@ -785,10 +785,10 @@ $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``
|
||||
* 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``
|
||||
*/
|
||||
'customclient_desktop' =>
|
||||
'https://nextcloud.com/install/#install-clients',
|
||||
|
|
Loading…
Reference in New Issue