diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-12-08 14:33:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-08 14:33:08 +0100 |
commit | 402a07bfe078aaa47b22f4db8c31b5e9c594f037 (patch) | |
tree | 0cb9459ef7c45521f04df42c9076f6ae30acf694 /lib | |
parent | 3472f70ffe82b90affa1ae8f5748a6f733db8d29 (diff) | |
parent | 98bdef8d83bcc8e43560b735a9a479c981a3b24e (diff) | |
download | nextcloud-server-402a07bfe078aaa47b22f4db8c31b5e9c594f037.tar.gz nextcloud-server-402a07bfe078aaa47b22f4db8c31b5e9c594f037.zip |
Merge pull request #2565 from nextcloud/direct-desktop-clients
Change URL for desktop clients directly to pop-up
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/legacy/defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/defaults.php b/lib/private/legacy/defaults.php index 036617ba5f9..ea41d80076e 100644 --- a/lib/private/legacy/defaults.php +++ b/lib/private/legacy/defaults.php @@ -55,7 +55,7 @@ class OC_Defaults { $this->defaultName = 'Nextcloud'; /* short name, used when referring to the software */ $this->defaultTitle = 'Nextcloud'; /* can be a longer name, for titles */ $this->defaultBaseUrl = 'https://nextcloud.com'; - $this->defaultSyncClientUrl = 'https://nextcloud.com/install'; + $this->defaultSyncClientUrl = 'https://nextcloud.com/install/#install-clients'; $this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8'; $this->defaultiTunesAppId = '1125420102'; $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client'; |