This commit is contained in:
Joas Schilling 2016-06-01 16:58:57 +02:00
Родитель 7b4459d28d
Коммит 1d2cdfb9fd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 70A0B324C41C0946
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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