Skip to content
Snippets Groups Projects
Commit 98bdef8d authored by Felix A. Epp's avatar Felix A. Epp
Browse files

Cahnge URL for desktop clients directly to pop-up


by adding `/#install-clients` to the URL

Signed-off-by: default avatarFelix A. Epp <work@felixepp.de>
parent 74d1b0ba
No related branches found
No related tags found
No related merge requests found
...@@ -678,7 +678,7 @@ $CONFIG = array( ...@@ -678,7 +678,7 @@ $CONFIG = array(
* seen in the first-run wizard and on Personal pages. * seen in the first-run wizard and on Personal pages.
*/ */
'customclient_desktop' => 'customclient_desktop' =>
'https://nextcloud.com/install/', 'https://nextcloud.com/install/#install-clients',
'customclient_android' => 'customclient_android' =>
'https://play.google.com/store/apps/details?id=com.nextcloud.client', 'https://play.google.com/store/apps/details?id=com.nextcloud.client',
'customclient_ios' => 'customclient_ios' =>
......
...@@ -55,7 +55,7 @@ class OC_Defaults { ...@@ -55,7 +55,7 @@ class OC_Defaults {
$this->defaultName = 'Nextcloud'; /* short name, used when referring to the software */ $this->defaultName = 'Nextcloud'; /* short name, used when referring to the software */
$this->defaultTitle = 'Nextcloud'; /* can be a longer name, for titles */ $this->defaultTitle = 'Nextcloud'; /* can be a longer name, for titles */
$this->defaultBaseUrl = 'https://nextcloud.com'; $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->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
$this->defaultiTunesAppId = '1125420102'; $this->defaultiTunesAppId = '1125420102';
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client'; $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
......
...@@ -33,7 +33,7 @@ class OC_Theme { ...@@ -33,7 +33,7 @@ class OC_Theme {
* @return string URL * @return string URL
*/ */
public function getSyncClientUrl() { public function getSyncClientUrl() {
return 'https://nextcloud.com/install'; return 'https://nextcloud.com/install/#install-clients';
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment