Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-06-01 17:58:57 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-06-01 17:58:57 +0300
commit1d2cdfb9fd7aa7cbbdccb5738d2c88f0ebf64d4d (patch)
tree251a626668d343d08288454b41caabccde753360 /config
parent7b4459d28d40523c70ec05a733e158f2c14faac4 (diff)
Fix URL for client downloads
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index c5f2f14e031..36c5fd55232 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -642,7 +642,7 @@ $CONFIG = array(
* seen in the first-run wizard and on Personal pages.
*/
'customclient_desktop' =>
- 'http://owncloud.org/sync-clients/',
+ 'https://owncloud.org/install/#install-clients',
'customclient_android' =>
'https://play.google.com/store/apps/details?id=com.owncloud.android',
'customclient_ios' =>