summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-06-02 10:39:17 +0200
committerVincent Petry <pvince81@owncloud.com>2016-06-02 10:39:17 +0200
commita81c7dd3bbf6d7112892439b1cf2ac27deaf512f (patch)
tree71d7229017634126f36d747ef2f4a7ff9af63d54 /lib
parentf9f8fb7bf2042aa3f5342d24480cc196e53703a5 (diff)
parent1d2cdfb9fd7aa7cbbdccb5738d2c88f0ebf64d4d (diff)
downloadnextcloud-server-a81c7dd3bbf6d7112892439b1cf2ac27deaf512f.tar.gz
nextcloud-server-a81c7dd3bbf6d7112892439b1cf2ac27deaf512f.zip
Merge pull request #24953 from owncloud/fix-client-download-url
Fix URL for client downloads
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/defaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/defaults.php b/lib/private/legacy/defaults.php
index ce8864643a2..bcfd5374e0a 100644
--- a/lib/private/legacy/defaults.php
+++ b/lib/private/legacy/defaults.php
@@ -55,7 +55,7 @@ class OC_Defaults {
$this->defaultName = 'ownCloud'; /* short name, used when referring to the software */
$this->defaultTitle = 'ownCloud'; /* can be a longer name, for titles */
$this->defaultBaseUrl = 'https://owncloud.org';
- $this->defaultSyncClientUrl = 'https://owncloud.org/sync-clients/';
+ $this->defaultSyncClientUrl = 'https://owncloud.org/install/#install-clients';
$this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8';
$this->defaultiTunesAppId = '543672169';
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android';