diff options
author | Felix A. Epp <work@felixepp.de> | 2016-12-08 12:40:52 +0100 |
---|---|---|
committer | Felix A. Epp <work@felixepp.de> | 2016-12-08 12:40:52 +0100 |
commit | 98bdef8d83bcc8e43560b735a9a479c981a3b24e (patch) | |
tree | 737a5594631d58f748b285930df59b1beaa70c67 /config/config.sample.php | |
parent | 74d1b0bada1b291038c88cf1e289d6696c65bfb7 (diff) | |
download | nextcloud-server-98bdef8d83bcc8e43560b735a9a479c981a3b24e.tar.gz nextcloud-server-98bdef8d83bcc8e43560b735a9a479c981a3b24e.zip |
Cahnge URL for desktop clients directly to pop-up
by adding `/#install-clients` to the URL
Signed-off-by: Felix A. Epp <work@felixepp.de>
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 2722865c8e5..8b714a1763c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -678,7 +678,7 @@ $CONFIG = array( * seen in the first-run wizard and on Personal pages. */ 'customclient_desktop' => - 'https://nextcloud.com/install/', + 'https://nextcloud.com/install/#install-clients', 'customclient_android' => 'https://play.google.com/store/apps/details?id=com.nextcloud.client', 'customclient_ios' => |