]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix URL for client downloads
authorJoas Schilling <nickvergessen@owncloud.com>
Wed, 1 Jun 2016 14:58:57 +0000 (16:58 +0200)
committerJoas Schilling <nickvergessen@owncloud.com>
Wed, 1 Jun 2016 14:58:57 +0000 (16:58 +0200)
config/config.sample.php
lib/private/legacy/defaults.php

index c5f2f14e03178b2307d67aa8e9d72e1e4ba4f7f0..36c5fd5523256be0977f044d9a2f84602668e219 100644 (file)
@@ -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' =>
index ce8864643a2e2859f9a4bfe44c6107a14605bf21..bcfd5374e0a649073c136ef10a9802042c0f2f63 100644 (file)
@@ -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';